
Furikake
A local CLI & API for MCP management that allows users to download, install, manage, and interact with MCPs from GitHub, featuring process state management, port allocation, and HTTP API routes.
README
🍃 Furikake (or furi) (WIP)
Furikake is an easy to use, local CLI & API for MCP management.
- Download MCPs [from GitHub]
- Fully featured CLI (with pretty loading)
- HTTP API Routes (uses Bun http, stdio to http, clear and standard routes)
- Process state management [with PM2]
- Logs for each process
- Uses npm to configure and run an MCP
- Built with Bun and Typescript
- is good with rice
Supports MCP's built with Typescript/Javascript;
Installation (macOS/Linux)
curl -fsSL https://bun.sh/install | bash
How to use
Manage MCPS
Furikake works with any public github repo as follows:
furi add <author/repo>
eg. furi add smithery-ai/mcp-fetch
Delete an MCP
furi delete <author/repo>
eg. furi delete smithery-ai/mcp-fetch
List installed MCPs
Show all installed MCPs
furi list
Start an MCP
furi start <author/repo> -e <env>
-e env is optional and dependant on the MCP server downloaded, in order to view the env variables for an MCP, use:
furi env <author/repo>
Stop an MCP
furi stop <author/repo>
Restart an MCP
furi restart <author/repo>
Check the status of an MCP
furi status <author/repo>
List all running MCPs
furi status all
Call a running MCP
furi call <author/repo> <method> <data>
Using the HTTP API
- Any MCP that is running, will automatically have an http route.
- Turning an MCP on/off can only be done via the cli.
To access your MCP's via http, you can turn on the proxy via:
furi http on
To turn off the route, you can use:
furi http off
Routes
- /api/status (to get a list of all running MCPs)
- /api/tools (to get a list of all available tools for all MCPs that are online)
- /api/
mcp-name
/status - /api/
mcp-name
/restart - /api/
mcp-name
/logs - /api/
mcp-name
/tools (to get a list of all available tools for the defined MCP)
mcp-name
is either author/repo
or alias
.
Closing notes
If you've made it this far, I hope you find Furikake useful and time saving. I built this for fun as a way for me to work with MCP's more hands on. If you wish to contribute, feel free to open an issue or a pull request, I will merge it after I check out your changes.
If you think this is a good idea, please star the repo. If you think this is a bad idea, please star the repo and leave a comment.
Also check out Bun if you haven't already!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.