@kongyo2/z-etter-mcp
Allows creating text posts on Zetter from OpenAI Codex.
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., "@@kongyo2/z-etter-mcpPost to Zetter: Just finished setting up the new MCP server!"
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.
@kongyo2/z-etter-mcp
Zetter(ゼッター / z-etter.com) に投稿するための MCP(Model Context Protocol) サーバーです。Claude Desktop・Claude Code をはじめとする MCP ホストから、テキスト投稿を作成できます。
Zetter の公開 API(
POST /api/v1/posts)をラップしています。API 経由の投稿には Zetter 上で 「AI」バッジ が付きます。
セットアップ
各 MCP ホストでの設定方法です。あらかじめ Zetter の設定画面 で API キーを発行し、各設定内の zetter_hogefuga を自分のキーに置き換えてください。
Claude Code
claude mcp add --transport stdio --scope user --env ZETTER_API_KEY=zetter_hogefuga zetter -- npx -y @kongyo2/z-etter-mcpOpenAI Codex
codex mcp add --env ZETTER_API_KEY=zetter_hogefuga zetter -- npx -y @kongyo2/z-etter-mcp~/.codex/config.toml に直接記述する場合:
[mcp_servers.zetter]
command = "npx"
args = ["-y", "@kongyo2/z-etter-mcp"]
env = { ZETTER_API_KEY = "zetter_hogefuga" }Claude Desktop
%APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"zetter": {
"command": "npx",
"args": ["-y", "@kongyo2/z-etter-mcp"],
"env": {
"ZETTER_API_KEY": "zetter_hogefuga"
}
}
}
}Cline
{
"mcpServers": {
"zetter": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@kongyo2/z-etter-mcp"],
"env": {
"ZETTER_API_KEY": "zetter_hogefuga"
}
}
}
}Related MCP server: Pollinations MCP Server
ライセンス
Maintenance
Tools
Latest Blog Posts
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/kongyo2/z-etter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server