chouseisan-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chouseisan-mcpイベント作成: 新年会, 候補日: 1/5,1/6"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
chouseisan-mcp
調整さん(chouseisan.com)をAIエージェントやCLIから読み書きする、ローカルMCPサーバーです。
できること
MCPツール | 用途 |
| イベントを作成 |
| イベントと出欠表を取得 |
| 新しい回答を登録 |
| 名前が完全一致する回答を更新 |
| 名前が完全一致する回答を削除 |
注意事項
調整さんには公式APIがないため、このツールはWebサイトで使われている非公式HTTPプロトコルを直接利用します。調整さん側のHTMLや通信仕様が変わると動作しなくなる可能性があります。イベント作成・回答登録・回答更新・回答削除は実データに影響するため、実行対象を確認してから使用してください。
セットアップ
Node.js 18以降が必要です。
git clone https://github.com/soyalumno/chouseisan-mcp.git
cd chouseisan-mcp
npm installClaude Code
グローバル設定(~/.claude.json)の mcpServers に追加すると、全プロジェクトで使えます。
{
"mcpServers": {
"chouseisan": {
"type": "stdio",
"command": "npx",
"args": ["tsx", "/absolute/path/to/chouseisan-mcp/src/mcp_server.ts"],
"env": {}
}
}
}特定プロジェクトだけで使う場合は、そのプロジェクトの .mcp.json に同じ内容を書きます。
設定後、新しいClaude Codeセッションを開始すると chouseisan_* ツールが利用可能になります。
Codex
~/.codex/config.toml の [mcp] セクションに追加します。
[mcp.chouseisan]
type = "stdio"
command = "npx"
args = ["tsx", "/absolute/path/to/chouseisan-mcp/src/mcp_server.ts"]CLI
# イベント作成
npx tsx src/cli.ts create --title "懇親会" --memo "候補日を選んでください" --dates "7/25(土) 19:00〜,7/26(日) 19:00〜"
# イベント取得(テキスト表)
npx tsx src/cli.ts get "https://chouseisan.com/s?h=<hash>"
# イベント取得(JSON)
npx tsx src/cli.ts get "<hash>" --json
# 回答登録
npx tsx src/cli.ts respond "<hash>" --name "山田" --marks "○,×" --comment "25日希望です"
# 回答更新(省略した項目は既存値を維持)
npx tsx src/cli.ts update "<hash>" --name "山田" --marks "△,○"
npx tsx src/cli.ts update "<hash>" --name "山田" --comment "予定が変わりました"
# 回答削除
npx tsx src/cli.ts delete "<hash>" --name "山田"入力できる出欠記号は ○(◯ / o / O / 1)、△(2)、×(x / X / 3)、-(0 / 空文字)です。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/soyalumno/chouseisan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server