Graphlit MCP Server
Rank #3,861ai.zine/mcp
MCP server providing mcp capabilities
Graphlit MCP Server is a Model Context Protocol (MCP) server published by graphlit. It ranks #3,861 of 115,460 servers tracked on MCP Toplist, and its repository has 379 GitHub stars. Graphlit MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Mar 1, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 111,599 of 115,460 servers on MCP Toplist.
Use Graphlit MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http zine https://www.zine.ai/mcp[mcp_servers.zine]
url = "https://www.zine.ai/mcp"Add to ~/.codex/config.toml.
https://www.zine.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"zine": {
"url": "https://www.zine.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"zine": {
"type": "http",
"url": "https://www.zine.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"zine": {
"serverUrl": "https://www.zine.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zine": {
"url": "https://www.zine.ai/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/ai.zine%2Fmcp)<a href="https://mcptoplist.com/server/ai.zine%2Fmcp"><img src="https://mcptoplist.com/badge/ai.zine%2Fmcp.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 (3 delisted)
graphlit
Other servers by graphlit
View all graphlit servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Sep 10, 2025 |
| 1.0.0 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Graphlit MCP Server?
- Graphlit MCP Server is maintained by graphlit, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Graphlit MCP Server listed on the Official MCP Registry?
- Yes — Graphlit MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Graphlit MCP Server have?
- MCP Toplist tracks 3 versions of Graphlit MCP Server, most recently published on Sep 10, 2025.
- Where can I find the source code for Graphlit MCP Server?
- The source code for Graphlit MCP Server is hosted at github.com/graphlit/graphlit-mcp-server.