Paper交易平台的官方模型上下文协议(MCP)服务器。这使得像Claude这样的AI助手能够使用自然语言与Paper的API进行交互。
<a href="https://glama.ai/mcp/servers/@paperinvest/mcp-server"> <img width="380" height="200" src="https://gips3.baidu.com/it/u=3045897891,382759465&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Paper Server MCP服务器" /> </a>当你配置Claude桌面时,此包会自动安装。无需手动安装。
在你的Claude桌面配置文件中添加以下内容:
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"
}
}
}
}
MCP服务器提供了对以下功能的访问:
配置完成后,你可以向Claude询问:
完整的文档可以在docs.paperinvest.io找到
MIT © Paper Invest, Inc.
如需支持,请访问paperinvest.io或发送邮件至support@paperinvest.io