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_resources

List all markdown files in your workspace with pagination

search_resources

Search files by name with fuzzy matching

read_resource

Read file content and parsed markdown sections

get_resource_versions

View version history of any file

create_resource

Create new markdown files in your workspace

update_resource

Replace entire file content

update_resource_section

Edit specific sections without replacing the whole file

delete_resource

Soft-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 Pricing

Next Steps