Fanout
Rank #16,078io.github.houtini-ai/fanout
MCP server providing fanout capabilities
Fanout is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #16,078 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Fanout is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Dec 16, 2025 and most recently updated on Jan 29, 2026.
Ranks ahead of 99,382 of 115,460 servers on MCP Toplist.
Use Fanout
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fanout -- npx -y @houtini/fanout-mcp[mcp_servers.fanout]
command = "npx"
args = ["-y", "@houtini/fanout-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fanout": {
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fanout": {
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fanout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fanout": {
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fanout": {
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.houtini-ai%2Ffanout)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Ffanout"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Ffanout.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,919 · 10 vers
- Houtini-lm#3,169 · 1 ver
- Gemini#3,312 · 3 vers
- Geo Analyzer#4,534 · 3 vers
- Google Knowledge Graph#6,464 · 3 vers
- Seo Crawler MCP#11,242 · 2 vers
- Fmp#13,435 · 3 vers
- Better Google Search Console#17,511
- Voice Analyser MCP Server#19,809
- Amazon Creators MCP#24,376 · 1 ver
- AI Text Detection with DeBertaV3#31,458
- Carousels MCP from Houtini#53,718
Available versions (2)
| Version | Published |
|---|---|
| 0.2.6 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fanout?
- Fanout is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Fanout listed on the Official MCP Registry?
- Yes — Fanout is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Fanout have?
- MCP Toplist tracks 2 versions of Fanout, most recently published on Jan 29, 2026.
- Where can I find the source code for Fanout?
- The source code for Fanout is hosted at github.com/houtini-ai/fanout-mcp.