Servers
Connpass User MCP Server
@yamanoku
Model Context Protocol server that provides connpass users API v2
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"connpass-user-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"connpass-user-mcp-server",
"."
]
}
}
}