MCP Directory
Back

tiptap-apcore

by aiperceivable · TypeScript · ★ 0

Let AI safely control your TipTap editor via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and OpenAI Function Calling.

#ai-editor#apcore#html-editor#tiptap#tiptap-apcore#tiptap-editor

Install

npx -y github:aiperceivable/tiptap-apcore

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "tiptap-apcore": {
      "command": "npx",
      "args": [
        "-y",
        "github:aiperceivable/tiptap-apcore"
      ]
    }
  }
}

From the README

> Let AI safely control your TipTap editor via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and OpenAI Function Calling. **tiptap-apcore** wraps every TipTap editor command as a schema-driven [APCore](https://github.com/aiperceivable) module — complete with JSON Schema validation, safety annotations, and fine-grained access control. Any MCP-compatible AI agent can then discover and invoke these modules to read, format, insert, or restructure rich-text content. [](https://www.apache.org/licenses/LICENSE-2.0) [](https://tiptap.dev) - **79 built-in commands** across 7 c…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers