MCP server for Front API integration - read-only access to conversations, contacts, and messages
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"front-mcp-server": {
"command": "npx",
"args": [
"-y",
"jp-pfh/front-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add front-mcp-server npx -y jp-pfh/front-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"front-mcp-server": {
"command": "npx",
"args": [
"-y",
"jp-pfh/front-mcp-server"
]
}
}
}