chatwork-mcp

nht-x/chatwork-mcp
★ 0 stars Python AI/LLM Updated today
Chatwork MCP Server for Claude / ChatGPT integration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatwork-mcp": {
      "command": "uvx",
      "args": [
        "chatwork-mcp"
      ]
    }
  }
}

Or install with pip: pip install chatwork-mcp

README Excerpt

A Model Context Protocol (MCP) server for integrating Chatwork API with Claude and other AI applications. The Chatwork MCP Server provides a secure, encrypted foundation for building MCP-compatible integrations with the Chatwork API. Phase 1 focuses on establishing core infrastructure including configuration management, token encryption, and comprehensive logging.