MCP Composer
Rank #29,004io.github.oaslananka/composer
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
MCP Composer is a Model Context Protocol (MCP) server published by oaslananka. It ranks #29,004 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Composer is listed on Official MCP, with 1 tracked version. It was first listed on Apr 8, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 86,456 of 115,460 servers on MCP Toplist.
Use MCP Composer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add composer -e "COMPOSER_CONFIG=<your COMPOSER_CONFIG>" -- npx -y @oaslananka/composerReplace each placeholder with your own value before saving.
[mcp_servers.composer]
command = "npx"
args = ["-y", "@oaslananka/composer"]
[mcp_servers.composer.env]
COMPOSER_CONFIG = "<your COMPOSER_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<your COMPOSER_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<your COMPOSER_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"composer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<your COMPOSER_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<your COMPOSER_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<your COMPOSER_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
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.oaslananka%2Fcomposer)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fcomposer"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fcomposer.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- SSH MCP Tool#2,734 · 7 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- MCP Infra Lens#10,175 · 2 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains MCP Composer?
- MCP Composer is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is MCP Composer listed on the Official MCP Registry?
- Yes — MCP Composer is listed on the Official MCP Registry.
- How many versions does MCP Composer have?
- MCP Toplist tracks 1 version of MCP Composer, most recently published on Apr 8, 2026.
- Where can I find the source code for MCP Composer?
- The source code for MCP Composer is hosted at github.com/oaslananka/mcp-suite.