The Model Context Protocol (MCP) enables AI assistants to securely connect to your external systems and data. With MicroFn's MCP integration, your AI assistants can directly trigger and interact with your serverless functions.
This integration provides another powerful way to trigger MicroFn functions beyond HTTP requests, allowing for dynamic, AI-driven interactions with your serverless infrastructure.
For AI assistants like Claude that support remote MCP servers:
https://mcp.microfn.dev/mcp
The setup process will guide you through authentication with your MicroFn account.
For local MCP clients, configure your MCP client with the following settings:
{
"mcpServers": {
"microfn": {
"args": [
"-y",
"mcp-remote",
"https://mcp.microfn.dev/mcp"
],
"command": "npx"
}
}
}
This configuration will prompt you to authenticate with MicroFn when first connecting.
MicroFn uses Personal Access Tokens (PATs) for MCP authentication. When you first connect through MCP, you'll be prompted to:
These tokens can be managed through your account settings and provide secure, scoped access to your MicroFn functions.
Once connected, AI assistants can:
This enables powerful AI-driven workflows and automation using your serverless functions.
Learn more about MCP and how to use it effectively:
If you need assistance with MCP setup or have questions about the integration, contact us at: [email protected]