Connpass User MCP Server
@yamanoku
Connpass User MCP Server について
Model Context Protocol server that provides connpass users API v2
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"connpass-user-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"connpass-user-mcp-server",
"."
]
}
}
}ツール
1Connpassユーザーの基本情報を取得します
概要
What is Connpass User MCP Server?
A Model Context Protocol (MCP) server that retrieves user information, event participation data, and group memberships from Connpass. It is intended for developers using MCP clients.
How to use Connpass User MCP Server?
Obtain a Connpass API key, clone the repository, set the CONNPASS_API_KEY environment variable in a .env file, and start the server using Deno (recommended), Node.js, Docker, or npx (not recommended). The server exposes four MCP tools that accept a user nickname as a parameter.
Key features of Connpass User MCP Server
- Retrieves basic Connpass user information
- Fetches a user’s group memberships
- Lists events a user has attended
- Lists events where a user was a presenter
- Requires a Connpass API key
- Supports Deno, Node.js, Docker, and npx
Use cases of Connpass User MCP Server
- Look up a Connpass user’s profile and event statistics
- Display the groups a user belongs to
- Show the events a specific user has attended
- Show the events where a specific user was a presenter
FAQ from Connpass User MCP Server
What runtime does Connpass User MCP Server require?
It can run on Deno (recommended) or Node.js, and also supports Docker and npx-based execution.
How do I obtain a Connpass API key?
Follow the instructions on the Connpass API help page to request an API key.
Where does the data come from?
All data is retrieved from the official Connpass API; the server does not store any data locally.
Is using npx recommended for installation?
No, because it introduces supply chain security concerns; Deno, Node.js, or Docker are preferred.
What tools does Connpass User MCP Server provide?
It provides four tools: get_connpass_user_list, get_connpass_user_group_list, get_connpass_user_events, and get_connpass_user_presenter_events.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント