Tusky MCP Server 🦣
@superposition
About Tusky MCP Server 🦣
An empty MCP server for Tusky/Mastodon integration
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tusky MCP Server 🦣?
The Tusky MCP Server bridges Tusky storage and Mastodon integration with AI assistants using the Model Context Protocol (MCP). It lets Claude and other MCP-compatible AI systems securely access and manipulate data in Tusky through a standardized interface.
How to use Tusky MCP Server 🦣?
Clone the repository, run npm install, create a .env file with your Tusky API key and API URL, then build with npm run build and start with npm start. Configure the server in MCP clients like Claude Desktop or Cursor using a command that points to the built index.js and sets the TUSKY_API_KEY and TUSKY_API_URL environment variables.
Key features of Tusky MCP Server 🦣
- Authentication with the Tusky API
- File and folder management in Tusky vaults
- User profile and storage management
- Search across vaults, folders, and files
- Reliable file uploads using the TUS protocol
- Seamless integration with Claude Desktop and Cursor
Use cases of Tusky MCP Server 🦣
- Allow Claude to list, create, and modify storage vaults
- Organize content with folders via natural language commands
- Upload and manage files with resumable TUS transfers
- Search for files across all vaults from an AI assistant
- Manage Tusky user profile and settings through chat
FAQ from Tusky MCP Server 🦣
What are the prerequisites to run the server?
You need Node.js v20 or higher, a Tusky API key, and an MCP client like Claude Desktop or Cursor.
How do I configure Tusky MCP Server with Claude Desktop?
Add a server entry to claude_desktop_config.json with the command node and the path to build/index.js, plus the environment variables TUSKY_API_KEY and TUSKY_API_URL.
How do I configure Tusky MCP Server with Cursor?
In Cursor Settings, go to Features > MCP Servers, add a new server with type “command” and enter the full command including environment variables and the path to build/index.js.
How does authentication work?
Authentication uses an API key stored in the environment variable TUSKY_API_KEY. You obtain this key from your Tusky account.
What transport does the server use?
The server communicates over stdio, configured as a command-based MCP server for clients like Claude Desktop.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments