Agent Press
Rank #2,708com.biodnd/agent-press
MCP server providing agent-press capabilities
Agent Press is a Model Context Protocol (MCP) server published by markchiang. It ranks #2,708 of 115,460 servers tracked on MCP Toplist, and its repository has 281 GitHub stars. Agent Press is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 23, 2025 and most recently updated on Sep 23, 2025.
Ranks ahead of 112,752 of 115,460 servers on MCP Toplist.
Use Agent Press
claude mcp add --transport http agent-press https://agent-press.biodnd.com/sse[mcp_servers.agent-press]
url = "https://agent-press.biodnd.com/sse"Add to ~/.codex/config.toml.
https://agent-press.biodnd.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-press": {
"url": "https://agent-press.biodnd.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-press": {
"type": "http",
"url": "https://agent-press.biodnd.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-press": {
"serverUrl": "https://agent-press.biodnd.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-press": {
"url": "https://agent-press.biodnd.com/sse"
}
}
}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/com.biodnd%2Fagent-press)<a href="https://mcptoplist.com/server/com.biodnd%2Fagent-press"><img src="https://mcptoplist.com/badge/com.biodnd%2Fagent-press.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
markchiang
Other servers by markchiang
View all markchiang servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Sep 23, 2025 |
| 0.1.1 | Sep 23, 2025 |
| 0.1.0 | Sep 23, 2025 |
Frequently asked questions
- Who maintains Agent Press?
- Agent Press is maintained by markchiang, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Agent Press listed on the Official MCP Registry?
- Yes — Agent Press is listed on the Official MCP Registry.
- How many versions does Agent Press have?
- MCP Toplist tracks 3 versions of Agent Press, most recently published on Sep 23, 2025.
- Where can I find the source code for Agent Press?
- The source code for Agent Press is hosted at github.com/markchiang/go-agents.