Back to directory
superposition/tusky-mcp-server

superposition/tusky-mcp-server

@superposition

Model Context Protocol server for integrating Tusky storage and Mastodon with Claude and other MCP-compatible AI systems

tuskymastodonstoragemcpaiintegrationtypescriptcloud

Installation & Configuration

{
  "mcpServers": {
    "tusky-mcp": {
      "command": "node",
      "args": [
        "/path/to/your/build/index.js"
      ],
      "env": {
        "TUSKY_API_KEY": "your-api-key-here",
        "TUSKY_API_URL": "https://api.tusky.io/v1"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15