C
Craft
Read and write Craft documents.
·No reviews yet
Share:
About
Auto-generated
Craft is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Craft.
- What does the Craft MCP enable?
- The Craft Model Context Protocol (MCP) server allows users to read and write documents directly within Craft. This integration can streamline workflows for note-taking and writing tasks when used with compatible clients.
- Does the Craft MCP require authentication?
- Yes, the Craft MCP uses OAuth for authentication. Users will need to authorize access to their Craft account through an OAuth flow, typically initiated by their MCP client.
- How can I install the Craft MCP in a client like Cursor?
- Installation in clients like Cursor involves adding the Craft MCP server's URL or identifier to the client's settings. Specific steps depend on the client's interface for managing MCP connections.
- What are the typical use cases for the Craft MCP?
- Typical use cases include drafting and editing Craft documents from an MCP-compatible environment. This can facilitate quick content creation, updates, and organization directly within the MCP client.
- Is there a cost associated with using the Craft MCP?
- The Craft MCP itself is provided by the Community and is open source via its GitHub repository. Any costs would depend on the Craft service itself or the client used to access the MCP.
- What is a prerequisite for using the Craft MCP?
- A prerequisite for using the Craft MCP is an active Craft account. Users must have existing Craft credentials to successfully authenticate and interact with their documents.
Install Craft
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"craft": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-craft"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"craft": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-craft"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"craft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-craft"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.