Skip to content
Cursor

Factsets MCP Server for Cursor

io.github.joshua-auchincloss/factsets

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

client:Cursor transport:stdio runtime:npm

Install Factsets MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "factsets": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "factsets"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Factsets MCP Server in other clients