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
mcp-fastn 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。