SkillFed
Rank #6,892io.github.skill-federation/skillfed-mcp
Find vetted agent skills for your task — privacy-preserving skill discovery over MCP.
SkillFed is a Model Context Protocol (MCP) server published by skill-federation. It ranks #6,892 of 132,046 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. SkillFed is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 125,154 of 132,046 servers on MCP Toplist.
Use SkillFed
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skillfed-mcp -e "SKILLFED_ENDPOINT=<your SKILLFED_ENDPOINT>" -- npx -y skillfed-mcpReplace each placeholder with your own value before saving.
[mcp_servers.skillfed-mcp]
command = "npx"
args = ["-y", "skillfed-mcp"]
[mcp_servers.skillfed-mcp.env]
SKILLFED_ENDPOINT = "<your SKILLFED_ENDPOINT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillfed-mcp": {
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
],
"env": {
"SKILLFED_ENDPOINT": "<your SKILLFED_ENDPOINT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillfed-mcp": {
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
],
"env": {
"SKILLFED_ENDPOINT": "<your SKILLFED_ENDPOINT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"skillfed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
],
"env": {
"SKILLFED_ENDPOINT": "<your SKILLFED_ENDPOINT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillfed-mcp": {
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
],
"env": {
"SKILLFED_ENDPOINT": "<your SKILLFED_ENDPOINT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillfed-mcp": {
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
],
"env": {
"SKILLFED_ENDPOINT": "<your SKILLFED_ENDPOINT>"
}
}
}
}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.skill-federation%2Fskillfed-mcp)<a href="https://mcptoplist.com/server/io.github.skill-federation%2Fskillfed-mcp"><img src="https://mcptoplist.com/badge/io.github.skill-federation%2Fskillfed-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
skill-federation
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jul 4, 2026 |
Frequently asked questions
- Who maintains SkillFed?
- SkillFed is maintained by skill-federation, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SkillFed listed on the Official MCP Registry?
- Yes — SkillFed is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SkillFed have?
- MCP Toplist tracks 1 version of SkillFed, most recently published on Jul 4, 2026.
- Where can I find the source code for SkillFed?
- The source code for SkillFed is hosted at github.com/skill-federation/skill-federation.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.