ravelry-mcp
Search Ravelry patterns by keyword, craft, yarn weight, difficulty, and price; fetch full pattern details; search the yarn database; and calculate how many skeins of a specific yarn are needed for a pattern.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ravelry-mcpsearch for free baby blanket patterns in DK weight"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ravelry-mcp
An MCP server that connects Claude to the Ravelry API, letting knitters and crocheters search for patterns, find yarn, and calculate how much to buy — all through natural language without leaving their workflow.
Tools
Tool | Description |
| Search Ravelry patterns by keyword, craft, yarn weight, difficulty, and price |
| Fetch full details for a pattern including yardage, gauge, sizes, and a direct link |
| Search the Ravelry yarn database by name, brand, weight, or fiber content |
| Calculate how many skeins of a specific yarn are needed for a pattern, with a buffer |
Related MCP server: agent-skill-loader
Prerequisites
Python 3.11+
A Ravelry developer account with a personal app (for Basic Auth credentials)
Setup
git clone https://github.com/alicegetmanchuk/ravelry-mcp-project.git
cd ravelry-mcp
uv pip install -e .
cp .env.example .envEdit .env with your Ravelry credentials:
RAVELRY_USERNAME=your_username
RAVELRY_PASSWORD=your_personal_auth_tokenNote: v0 only needs Basic Auth read-only access. On Ravelry, go to Pro → Apps → Create a personal app — this gives you a username and password token with no OAuth setup required.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ravelry": {
"command": "uv",
"args": ["run", "ravelry-mcp"],
"cwd": "/path/to/ravelry-mcp"
}
}
}Development
Run the MCP inspector to test tools interactively:
uv run mcp dev src/ravelry_mcp/server.py:mcpRoadmap
The following features require OAuth (user-level access) rather than Basic Auth:
Stash matching — search a user's yarn stash against a pattern's requirements
Queue access — read and manage a user's pattern queue
Project progress tracker — log and update in-progress knitting projects
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.Last updated311,520919MIT
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agentsLast updated57914MIT
- Alicense-qualityDmaintenanceAn MCP server that gives Claude Desktop complete intelligence about any public GitHub repository. Research libraries, compare packages, audit dependencies, and explore codebases through natural conversation.Last updated1MIT
- Alicense-qualityCmaintenanceA local MCP server that lets Claude answer plain-language questions about your Anthropic usage and spend across the developer API platform and Claude Enterprise products.Last updatedMIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alicegetmanchuk/ravelry-mcp-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server