MCP Integration
Connect AI agents to your AnySlate workspace via the Model Context Protocol
AnySlate exposes an MCP server so tools like Claude, Cursor, and Windsurf can read and write your markdown files. Install the @anyslate/mcp npm package for instant setup with any MCP client.
Quick Start
Available Tools
The MCP server exposes 8 tools for listing, searching, reading, and editing workspace files.
list_resourcesList all markdown files in your workspace with pagination
search_resourcesSearch files by name with fuzzy matching
read_resourceRead file content and parsed markdown sections
get_resource_versionsView version history of any file
create_resourceCreate new markdown files in your workspace
update_resourceReplace entire file content
update_resource_sectionEdit specific sections without replacing the whole file
delete_resourceSoft-delete files (recoverable)
Supported Clients
AnySlate MCP works with any client that supports the Model Context Protocol.
Professional Tier Required
MCP integration is available on the Professional plan ($60/year). Upgrade your account to enable AI agent access to your workspace.
View PricingNext Steps
- Get started guide - Learn how to create your first MCP token
- Client configuration - Set up Claude Desktop, Cursor, or Windsurf
- Security best practices - Token scopes and audit logging