Archimedes Market MCP
Rank #39,816io.github.archimedes-market/mcp-archimedes
Discover verified deep-tech engineering bounties from any AI agent.
Archimedes Market MCP is a Model Context Protocol (MCP) server published by archimedes-market. It ranks #39,816 of 107,144 servers tracked on MCP Toplist. Archimedes Market MCP is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 1 tracked version. It was first listed on Jun 4, 2026 and most recently updated on Jun 5, 2026.
Ranks ahead of 67,328 of 107,144 servers on MCP Toplist.
Use Archimedes Market MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-archimedes https://archimedes.market/api/mcpclaude mcp add mcp-archimedes -- npx -y @archimedes-market/mcp[mcp_servers.mcp-archimedes]
url = "https://archimedes.market/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-archimedes]
command = "npx"
args = ["-y", "@archimedes-market/mcp"]Add to ~/.codex/config.toml.
https://archimedes.market/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-archimedes": {
"command": "npx",
"args": [
"-y",
"@archimedes-market/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-archimedes": {
"url": "https://archimedes.market/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-archimedes": {
"command": "npx",
"args": [
"-y",
"@archimedes-market/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-archimedes": {
"type": "http",
"url": "https://archimedes.market/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-archimedes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@archimedes-market/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-archimedes": {
"serverUrl": "https://archimedes.market/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-archimedes": {
"command": "npx",
"args": [
"-y",
"@archimedes-market/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-archimedes": {
"url": "https://archimedes.market/api/mcp"
}
}
}{
"mcpServers": {
"mcp-archimedes": {
"command": "npx",
"args": [
"-y",
"@archimedes-market/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.archimedes-market%2Fmcp-archimedes)<a href="https://mcptoplist.com/server/io.github.archimedes-market%2Fmcp-archimedes"><img src="https://mcptoplist.com/badge/io.github.archimedes-market%2Fmcp-archimedes.svg" alt="MCP Toplist: Top 50% of 107,144" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
archimedes-market
Other servers by archimedes-market
- mcp-aws-cost-anomaly#83,444
- mcp-langchain-bridge#83,445
- mcp-postgres-analytics#83,446
- mcp-semgrep-scanner#83,447
- MCP Kicad Pcb Inspector MCP Server#84,963
- MCP Openscad Render Loop MCP Server#84,964
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 5, 2026 |
Frequently asked questions
- Who maintains Archimedes Market MCP?
- Archimedes Market MCP is maintained by archimedes-market, which publishes 7 MCP servers (1 total version) tracked on MCP Toplist.
- Is Archimedes Market MCP listed on the Official MCP Registry?
- Yes — Archimedes Market MCP is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Archimedes Market MCP have?
- MCP Toplist tracks 1 version of Archimedes Market MCP, most recently published on Jun 5, 2026.
- Where can I find the source code for Archimedes Market MCP?
- The source code for Archimedes Market MCP is hosted at github.com/archimedes-market/mcp-archimedes.