Cf Worker Anime
БесплатноНе проверенExample of simple hono cloudflare worker implementation of MCP server. This example take data from Jikan API to query anime list
Описание
Example of simple hono cloudflare worker implementation of MCP server. This example take data from Jikan API to query anime list
README
This repository provides a simple implementation of a MCP server using Hono as the framework for Cloudflare Workers. You can deploy this server to Cloudflare Workers or run it locally for development and testing.
Features
- SSE Endpoint: Real-time updates via Server-Sent Events.
- Streamable HTTP (MCP): Supports streamable HTTP responses.
- Easy Deployment: Ready for Cloudflare Workers.
- Local Development: Run locally with Wrangler.
Screenshots
Input Question

Output Result

MCP Request / Response

MCP Inspector

Getting Started
1. Install Dependencies
npm install
2. Start Development Server
npm run dev
3. Deploy to Cloudflare Workers
npm run deploy
Testing
You can test the SSE endpoint using the Model Context Protocol Inspector:
npx @modelcontextprotocol/inspector
Then, open your browser and navigate to http://localhost:6277 to access the test dashboard.
- Select Transport Type as Streamable HTTP.
- Click Connect to establish a connection.
- Click List Tools to view available tools.
Integration with Claude
To use this server with claude, you can add the following configuration to claude_desktop.json:
{
"mcpServers": {
"myanime-list": {
"type": "http",
"url": "https://jikan-mcp.dev.nurbxfit.com/mcp",
"command": "npx",
"args": [
"mcp-remote",
"https://jikan-mcp.dev.nurbxfit.com/mcp"
]
}
}
}
Self Deployment Setup
For Auth
For authorization with Github Oauth in your own deployment, you need to do the followings:
- Create a Github OAuth App
- Set the callback URL to your server's URL
- Add the client ID and client secret to your environment variables
Create Github OAuth App
- Click on your github profile avatar
- Go to Settings
- Scroll down to Developer settings
- Click on OAuth Apps
- Click on New OAuth App
- Fill in the required fields
- Set the callback URL to your server's URL
- Click on Register application
Add Environment Variables
For this you need to use cloudflare secret to securely store the information. use the followings wrangler commands:
wrangler secret put GITHUB_CLIENT_ID
wrangler secret put GITHUB_CLIENT_SECRET
wrangler secret put COOKIE_ENCRYPTION_KEY
Callback url
example: https://your-server-url.com/callback
Установка Cf Worker Anime
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nurbxfit/cf-worker-anime-mcpFAQ
Cf Worker Anime MCP бесплатный?
Да, Cf Worker Anime MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cf Worker Anime?
Нет, Cf Worker Anime работает без API-ключей и переменных окружения.
Cf Worker Anime — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cf Worker Anime в Claude Desktop, Claude Code или Cursor?
Открой Cf Worker Anime на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Cf Worker Anime with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
