@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: twitter-voice-mcp
ライセンス
Maintenance
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.Last updated561MIT
- Flicense-quality-maintenanceAn MCP server that analyzes your unique Twitter voice to generate, manage, and post AI-powered tweets and quote tweet drafts. It supports multiple AI providers and provides tools for draft management, voice profiling, and automated content creation from images.Last updated
- Alicense-qualityDmaintenanceOfficial MCP server for PostIdentity - Generate AI-powered social media posts, threads, and replies from any MCP-compatible AI assistant with identity management and refinement capabilities.Last updated631MIT
- AlicenseAqualityCmaintenanceMCP server for Alog, an AI × Human blog platform. Enables AI agents to post logs, create and publish articles, search content, and interact socially on alog.world.Last updated19421MIT
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kongyo2/z-etter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server