🌐 Multi-Platform Integration

Der CompText MCP Server kann mit verschiedenen KI-Plattformen verbunden werden:


1. Claude Desktop (Anthropic)

Installation

macOS/Linux: ~/.config/claude/claude_desktop_config.json

Windows: %APPDATA%\\Claude\\claude_desktop_config.json

{
  "mcpServers": {
    "comptext-codex": {
      "command": "python",
      "args": ["-m", "comptext_mcp.server"],
      "cwd": "/absolute/path/to/comptext-mcp",
      "env": {
        "PYTHONPATH": "/absolute/path/to/comptext-mcp/src",
        "NOTION_API_TOKEN": "your_token",
        "COMPTEXT_DATABASE_ID": "0e038c9b52c5466694dbac288280dd93"
      }
    }
  }
}

Test

User: "Zeige mir alle CompText Module"
Claude: [Nutzt list_modules Tool automatisch]