mcpbeat Sign in

Fomu MCP Server

local only

Fomu MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from pypi. Last commit 19 Jul 2026.

MCP server for government forms and document workflows in Kenya (fomu = form)

Installs per day peak 31 · avg 15 · -7% w/w
a month agotoday
96
Installs / week
pypi · fomu-mcp
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Fomu MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fomu-mcp -- uvx fomu-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fomu-mcp": {
      "args": [
        "fomu-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fomu-mcp]
command = "uvx"
args = ["fomu-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fomu-mcp": {
      "args": [
        "fomu-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fomu-mcp": {
      "args": [
        "fomu-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Fomu MCP

same job, measured the same way
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Kra MCP
by gabrielmahia

MCP server for Kenya Revenue Authority tax workflows and information

105 installs/wk local only
Shiori MCP
by rusty4444

MCP server for Shiori bookmark management and tag workflows.

51 installs/wk local only
Docs MCP
by tandem

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

13 tools answering
SalesBuildr
by wyre-ai

MCP server for SalesBuildr — quoting and sales workflows for MSPs.

local only
SalesBuildr
by wyre-technology

MCP server for SalesBuildr — quoting and sales workflows for MSPs.

local only
n8n Manager MCP
by lukisch

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

109 installs/wk local only
n8n Manager MCP
by ellmos-ai

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

local only

Fomu MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fomu MCP?
Fomu MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fomu-mcp was installed 96 times last week.
How do I connect Fomu MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fomu-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fomu MCP?
The pypi package fomu-mcp was installed 96 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fomu MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.