ravelry-mcp
ravelry-mcp
Claude を Ravelry API に接続する MCP サーバーです。ニットやかぎ針編みの愛好家が、パターンを検索したり、糸を見つけたり、購入量を計算したりできるようにします。ワークフローを離れることなく、すべて自然言語で行えます。
ツール
ツール | 説明 |
| キーワード、クラフト、糸の太さ、難易度、価格で Ravelry のパターンを検索します。 |
| パターンの全詳細(糸の長さ、ゲージ、サイズ、直接リンクを含む)を取得します。 |
| 名前、ブランド、太さ、または繊維の含有量で Ravelry の糸データベースを検索します。 |
| 特定の糸がパターンに必要な玉数を、余裕を持たせて計算します。 |
Related MCP server: agent-skill-loader
前提条件
Python 3.11+
個人アプリを所有する Ravelry 開発者アカウント(Basic Auth 認証情報用)
セットアップ
git clone https://github.com/alicegetmanchuk/ravelry-mcp-project.git ravelry-mcp
cd ravelry-mcp
uv pip install -e .
cp .env.example .env.env を Ravelry の認証情報で編集してください:
RAVELRY_USERNAME=your_username
RAVELRY_PASSWORD=your_personal_auth_token注: v0 は Basic Auth の読み取り専用アクセスのみが必要です。Ravelry で、Pro → Apps → Create a personal app に進みます。これにより、OAuth の設定なしでユーザー名とパスワードのトークンが取得できます。
Claude Desktop
claude_desktop_config.json に追加してください:
{
"mcpServers": {
"ravelry": {
"command": "uv",
"args": ["run", "ravelry-mcp"],
"cwd": "/path/to/ravelry-mcp"
}
}
}開発
MCP インスペクターを実行して、ツールを対話的にテストしてください:
uv run mcp dev src/ravelry_mcp/server.py:mcpロードマップ
以下の機能は、Basic Auth ではなく OAuth(ユーザーレベルのアクセス)を必要とします:
ストック照合 — ユーザーの糸ストックをパターンの要件と照合する
キューアクセス — ユーザーのパターンキューを読み取りおよび管理する
プロジェクト進捗トラッカー — 進行中の編み物プロジェクトを記録および更新する
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.31682918MIT
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agents57514MIT
- AlicenseNot gradedqualityDmaintenanceAn 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.1MIT
- AlicenseNot gradedqualityCmaintenanceA 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.MIT
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