Knowledge Systems
Trust: 34/100 (Limited)Factsets MCP Server Guide
An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents
1 starsby joshua-auchincloss
Quick Start
Install
npx factsetsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-joshua-auchincloss-factsets": {
"command": "npx",
"args": [
"factsets"
]
}
}
}