MCP Server for Grinfi.io — connect Claude AI to your Grinfi account. Manage contacts, automations, LinkedIn messages, and emails through natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"grinfi-mcp-server": {
"command": "npx",
"args": [
"-y",
"alex-rise/grinfi-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add grinfi-mcp-server npx -y alex-rise/grinfi-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"grinfi-mcp-server": {
"command": "npx",
"args": [
"-y",
"alex-rise/grinfi-mcp-server"
]
}
}
}
📋 Copy