paperoffice-ai/paperoffice-mcp-setup
Connect PaperOffice AI to Claude, Cursor, Windsurf or any MCP client. Copy-paste configs, zero code needed.
Platform-specific configuration:
{
"mcpServers": {
"paperoffice-mcp-setup": {
"command": "npx",
"args": [
"-y",
"paperoffice-mcp-setup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Connect 357+ AI Tools to your IDE in 30 seconds
Claude Desktop · Cursor · Windsurf · any MCP client
</div>
---
PaperOffice AI provides a remote MCP (Model Context Protocol) server with 357+ AI-powered tools for document processing, OCR, IDP, e-signatures, knowledge graphs, and more.
This repo contains ready-to-use config files for all major MCP clients. No local installation needed — just copy, paste, connect.
Copy configs/claude_desktop_config.json into your Claude Desktop settings, or add this to your existing config:
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp"
}
}
}Claude Desktop uses automatic OAuth 2.1 — no API key needed. You will be prompted to authorize on first use.
Copy configs/cursor_mcp.json to .cursor/mcp.json in your project root:
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your Bearer token from app.paperoffice.ai.
Copy configs/windsurf_mcp_config.json to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Same config format as Cursor. Replace YOUR_API_KEY with your token.
Any MCP-compatible client can connect to:
https://mcp.paperoffice.ai/mcpAuthorization: Bearer YOUR_API_KEY)Don't need MCP? Just paste this U
Loading reviews...