Sourcey MCP Server
Rank #25,523io.github.sourcey/mcp-server
Stdio bridge to Sourcey startup offers and Agent Readiness report cards.
Sourcey MCP Server is a Model Context Protocol (MCP) server published by sourcey. It ranks #25,523 of 115,460 servers tracked on MCP Toplist. Sourcey MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 89,937 of 115,460 servers on MCP Toplist.
Use Sourcey MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sourcey -- npx -y @sourcey/mcp-server[mcp_servers.sourcey]
command = "npx"
args = ["-y", "@sourcey/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sourcey": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}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.sourcey%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.sourcey%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.sourcey%2Fmcp-server.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
sourcey
Other servers by sourcey
View all sourcey servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 29, 2026 |
Frequently asked questions
- Who maintains Sourcey MCP Server?
- Sourcey MCP Server is maintained by sourcey, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Sourcey MCP Server listed on the Official MCP Registry?
- Yes — Sourcey MCP Server is listed on the Official MCP Registry.
- How many versions does Sourcey MCP Server have?
- MCP Toplist tracks 1 version of Sourcey MCP Server, most recently published on Aug 29, 2026.
- Where can I find the source code for Sourcey MCP Server?
- The source code for Sourcey MCP Server is hosted at github.com/sourcey/mcp-server.