Skip to main content
Glama
kongyo2

@kongyo2/z-etter-mcp

@kongyo2/z-etter-mcp

npm

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-mcp

OpenAI 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

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

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

View all MCP Connectors

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