
Paper
STDIOOfficialOfficial MCP server for Paper's trading platform API integration with AI assistants
Official MCP server for Paper's trading platform API integration with AI assistants
Official Model Context Protocol (MCP) server for Paper's trading platform. This enables AI assistants like Claude to interact with Paper's API using natural language.
This package is automatically installed when you configure Claude Desktop. No manual installation is required.
Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "paper-invest": { "command": "npx", "args": ["@paperinvest/mcp-server"], "env": { "PAPER_INVEST_API_KEY": "your-api-key-here" } } } }
The MCP server provides access to:
Once configured, you can ask Claude:
Full documentation available at docs.paperinvest.io
MIT © Paper Invest, Inc.
For support, visit paperinvest.io or email [email protected]