AgentCite
Rank #58,006io.github.Kevinx702/agentcite
Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.
AgentCite is a Model Context Protocol (MCP) server published by kevinx702. It ranks #58,006 of 115,460 servers tracked on MCP Toplist. AgentCite is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 27, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 57,454 of 115,460 servers on MCP Toplist.
Use AgentCite
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentcite -- npx -y agentcite-mcp[mcp_servers.agentcite]
command = "npx"
args = ["-y", "agentcite-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentcite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-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.Kevinx702%2Fagentcite)<a href="https://mcptoplist.com/server/io.github.Kevinx702%2Fagentcite"><img src="https://mcptoplist.com/badge/io.github.Kevinx702%2Fagentcite.svg" alt="MCP Toplist: #58,006 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kevinx702
Other servers by kevinx702
View all kevinx702 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 27, 2026 |
Frequently asked questions
- Who maintains AgentCite?
- AgentCite is maintained by kevinx702, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentCite listed on the Official MCP Registry?
- Yes — AgentCite is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentCite have?
- MCP Toplist tracks 1 version of AgentCite, most recently published on Jun 27, 2026.
- Where can I find the source code for AgentCite?
- The source code for AgentCite is hosted at github.com/kevinx702/agentcite.