Community Servers · MODEL CONTEXT PROTOCOL

mcp-fastn

mcp-fastn is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

What mcp-fastn gives an AI Agent

  • **Integrated platform support** - Use services like Slack, Notion, HubSpot, and many more through the Fastn server after completing the simple setup
  • **Logging support** - Comprehensive logging system
  • **Error handling** - Robust error management for various scenarios
  • Login to your Fastn account
  • Go to "Connectors" from the left sidebar
  • Activate the service(s) you want to use by clicking on activate.
  • Go to "Settings" from the left sidebar
  • Click on "Generate API Key" and save it somewhere locally (e.g., in a notepad)
  • Click on the copy button that exists on the top bar (left side of your profile)
  • Copy your Workspace ID and save it as well
  • All setup from Fastn is now complete
  • Python 3.10 or higher
  • Find the path to your installed fastn-server:
  • On macOS/Linux: `which fastn-server`
  • On Windows: `where fastn-server`
  • Configure your AI assistant with the path from step 1.
  • Open the Claude configuration:
  • Add the following configuration (replace placeholders with your actual values):
  • Open Cursor settings
  • Click on "MCP" in the settings menu
  • Click on "Add New"
  • Add a name for your server (e.g., "fastn")
  • Select "Command" as the type
  • Add the following command (replace placeholders with your actual values):
  • Open the Claude configuration file:
  • Windows: `notepad "%APPDATA%\Claude\claude_desktop_config.json"` or `code "%APPDATA%\Claude\claude_desktop_config.json"`
  • Mac: `open -a TextEdit ~/Library/Application\ Support/Claude/claude_desktop_config.json` or `code ~/Library/Application\ Support/Claude/claude_desktop_config.json`
  • Add the appropriate configuration JSON based on your installation method.
  • Open Cursor settings
  • Click on "MCP" in the settings menu
  • Click on "Add New"
  • Add a name for your server (e.g., "fastn")
  • Select "Command" as the type
  • Use the appropriate configuration based on your installation method
  • Make sure `pyproject.toml` has the wheel configuration:
  • Then install dependencies:
  • Run the server:
  • Documentation: [https://docs.fastn.ai](https://docs.fastn.ai)
  • Community: [https://community.fastn.ai](https://community.fastn.ai)

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.