Paper MCP
This is an MCP server connected to the Paper design platform's WebSocket API, providing canvas node operation tools for document management and node creation, deletion, modification, and query through editors such as Cursor.
2.5 points
6.4K

What is Paper MCP Server?

Paper MCP Server is a bridge server connected to the Paper design platform (app.paper.design). It allows you to use natural language to manipulate design elements in Paper documents through an AI assistant (such as Claude in Cursor). You can directly tell the AI assistant to 'create a rectangle on the canvas' or'move that text node', and the server will automatically execute these operations.

How to use Paper MCP Server?

Using Paper MCP Server requires three basic steps: 1) Obtain your Paper account cookie information; 2) Configure the MCP server in Cursor; 3) Use Paper tools through AI conversations. After configuration, you can directly operate on Paper documents in the Cursor chat.

Use Cases

Paper MCP Server is particularly suitable for the following scenarios: rapid prototyping, batch modification of design elements, generating design layouts through AI, automating design tasks, and scenarios that require frequent collaboration with design teams. Designers, product managers, and developers can quickly operate on design drafts through natural language.

Main Features

Document Management
View and manage your list of Paper documents, and quickly access recent design projects
Canvas Operations
Create, read, update, and delete various design elements (rectangles, text, images, etc.) on the Paper canvas
Node Management
Finely control each node on the canvas, including attributes such as position, size, color, and style
Real-time Sync
Communicate with the Paper platform in real-time via WebSocket, and operations are immediately reflected in the Paper application
AI Integration
Deeply integrate with AI development tools such as Cursor, and control the design process through natural language
Advantages
Complete design tasks through conversations without manual operation of the Paper interface
Support batch operations to improve design efficiency
Seamlessly integrate with AI assistants to expand design possibilities
Real-time sync, operations take effect immediately
Open source and customizable to meet specific needs
Limitations
Requires configuration of cookie information, and the initial setup is complex
Only supports the Paper platform and is not compatible with other design tools
Requires a stable network connection to maintain WebSocket communication
Advanced design functions may be limited by the API
Requires basic command-line operation knowledge for configuration

How to Use

Get Paper Cookie
After logging in to the Paper website, obtain the necessary cookie information in the browser developer tools. This is the key credential for connecting to the Paper API.
Configure Environment Variables
Save the obtained cookie information and other configurations to the environment variable file for use by the MCP server.
Configure Cursor MCP
Add the Paper MCP server configuration in the Cursor settings, specifying the server path and environment variables.
Restart and Use
After restarting Cursor, you can directly use Paper-related functions in the chat.

Usage Examples

Rapid Design Prototyping
A designer needs to quickly create a wireframe for a login page and can describe the requirements through an AI assistant to automatically generate the basic layout.
Batch Modification of Design Elements
A product manager needs to change the theme color of the entire design draft from blue to green and can modify all relevant elements at once.
Design Specification Check
A developer needs to check whether the design draft complies with the company's design specifications and can quickly obtain the attribute information of all elements.

Frequently Asked Questions

How to obtain Paper's cookie information?
Why did my operation not take effect?
What types of node operations are supported?
Can it be used in team projects?
How to update to the new version?

Related Resources

Paper Official Website
The official website of the Paper design platform to learn about platform functions and features
MCP Protocol Documentation
Official documentation of the Model Context Protocol to learn about MCP technical specifications
GitHub Repository
Source code and issue tracking for Paper MCP Server
Cursor Documentation
Official documentation of the Cursor AI code editor, including the MCP configuration guide

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "paper": {
      "command": "node",
      "args": ["C:\\Users\\grim\\paper-mcp\\dist\\index.js"],
      "env": {
        "PAPER_COOKIES": "your-cookie-string-here",
        "PAPER_DOCUMENT_ID": "01KBWAZRVPXZZ1Y0EZ5FDT7ZYW",
        "DEBUG": "false"
      }
    }
  }
}

{
  "mcpServers": {
    "paper": {
      "command": "node",
      "args": ["/path/to/paper-mcp/dist/index.js"],
      "env": {
        "PAPER_COOKIES": "your-cookie-string-here",
        "PAPER_DOCUMENT_ID": "01KBWAZRVPXZZ1Y0EZ5FDT7ZYW",
        "DEBUG": "false"
      }
    }
  }
}

{
  "mcpServers": {
    "paper": {
      "command": "dotenv",
      "args": ["-e", ".env", "--", "node", "dist/index.js"],
      "cwd": "C:\\Users\\grim\\paper-mcp"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
5.4K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
5.1K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
5.4K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
5.6K
4 points
P
Paperbanana
Python
6.9K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.6K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
6.7K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.7K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
26.0K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
36.0K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
21.7K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
74.4K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.9K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.4K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
22.2K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
97.7K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase