Files
Cursor Agent ea61be0851 Add Craft third-party MCP plugin
Craft ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:52 +00:00

34 lines
665 B
JSON

{
"name": "craft",
"displayName": "Craft",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Search, create, and update documents and daily notes.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://www.craft.do/imagine/guide/mcp",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"craft",
"craft.do",
"notes",
"documents",
"writing",
"mcp"
],
"category": "integrations",
"tags": [
"craft",
"notes",
"mcp",
"documents"
],
"mcpServers": "./mcp.json"
}