AreaCode.fyi MCP Server for Cursor
io.github.riv-lc/areacode-mcp
North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi.
client:Cursor
transport:stdio
runtime:npm
Install AreaCode.fyi MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"areacode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@riv-lc/areacode-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs