{"type":"mcp_server","name":"mcp-fastn","description":"The Fastn server enables dynamic tool registration and execution via APIs, integrating with services like Claude.ai and Cursor.ai. It offers a unified, scalable platform with logging and robust error handling","category":"Communication","language":"Python","stars":23,"forks":0,"owner":"fastnai","github_url":"https://github.com/fastnai/mcp-fastn","homepage":null,"setup":"## Setup\n\n**Step 1: Fastn Setup**\n\n1.  Login to your Fastn account\n2.  Go to \"Connectors\" from the left sidebar\n3.  Activate the service(s) you want to use by clicking on activate.\n4.  Go to \"Settings\" from the left sidebar\n5.  Click on \"Generate API Key\" and save it somewhere locally (e.g., in a notepad)\n6.  Click on the copy button that exists on the top bar (left side of your profile)\n7.  Copy your Workspace ID and save it as well\n8.  All setup from Fastn is now complete\n\n**Step 2: Server Setup**\n\n*Prerequisites: Python 3.10 or higher*\n\n**Quick Start**\n\n**macOS**\n\n```bash\n# Clone repository and navigate to directory\ngit clone <your-repo-url> && cd fastn-server\n\n# Install UV, create virtual environment, and install dependencies in one go\ncurl -LsSf https://astral.sh/uv/install.sh | sh && uv venv && source .venv/bin/activate && uv pip install -e .\n\n# Run server (specify platform with --platform flag)\nuv run fastn-server.py --api_key YOUR_API_KEY --space_id YOUR_SPACE_ID \n```\n\n**Windows**\n\n```bash\n# Clone repository and navigate to directory\ngit clone <your-repo-url> && cd fastn-server\n\n# Install UV, create a virtual environment, and install dependencies\n# Option 1: Install UV using pip\npython -m pip install uv\n# Make sure to copy the installation path and add it to your Windows environment variables.\n\n# Option 2: Install UV using PowerShell\npowershell -c \"irm https://astral.sh/uv/install.ps1 | iex\" && uv venv && .venv\\Scripts\\activate && uv pip install -e .\n\n# Run server (specify platform with --platform flag)\nuv run fastn-server.py --api_key YOUR_API_KEY --space_id YOUR_SPACE_ID \n```\n\n**Step 3: Integration with Claude On Mac OS**\n\n1.  Open the Claude configuration:\n```bash\ncode ~/Library/Application\\ Support/Claude/claude_desktop_config.json\n```\n2.  Add the following configuration (replace placeholders with your actual values):\n```json\n{\n    \"mcpServers\": {\n        \"fastn\": {\n            \"command\": \"/path/to/your/uv\",\n            \"args\": [\n                \"--directory\",\n                \"/path/to/your/fastn-server\",\n                \"run\",\n                \"fastn-server.py\",\n                \"--api_key\",\n                \"YOUR_API_KEY\",\n                \"--space_id\",\n                \"YOUR_WORKSPACE_ID\"\n            ]\n        }\n    }\n}\n```\n\n**Step 4: Integration with Cursor**\n\n1.  Open Cursor settings\n2.  Click on \"MCP\" in the settings menu\n3.  Click on \"Add New\"\n4.  Add a name for your server (e.g., \"fastn\")\n5.  Select \"Command\" as the type\n6.  Add the following command (replace placeholders with your actual values):\n```\n/path/to/your/uv --directory /path/to/your/fastn-server run fastn-server.py --api_key YOUR_API_KEY --space_id YOUR_WORKSPACE_ID\n```","tools":"## Available Tools\n\n1.  Integrated platform support (Use services like Slack, Notion, HubSpot, and many more through the Fastn server after completing the simple setup)\n2.  Logging support (Comprehensive logging system)\n3.  Error handling (Robust error management for various scenarios)","faq":null,"created_at":"2025-03-17T22:29:46+00:00","updated_at":"2025-03-28T07:06:35+00:00","source_url":"https://model-context-protocol.com/servers/fastn-dynamic-tool-registration-api-server","related_articles":[]}