Grantex
Rank #1,229io.github.mishrasanjeev/grantex
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
Grantex is a Model Context Protocol (MCP) server published by mishrasanjeev. It ranks #1,229 of 115,460 servers tracked on MCP Toplist, and its repository has 31 GitHub stars. Grantex is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 114,231 of 115,460 servers on MCP Toplist.
Use Grantex
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http grantex https://api.grantex.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add grantex -e "GRANTEX_API_KEY=<your GRANTEX_API_KEY>" -- npx -y @grantex/mcpReplace each placeholder with your own value before saving.
[mcp_servers.grantex]
url = "https://api.grantex.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.grantex]
command = "npx"
args = ["-y", "@grantex/mcp"]
[mcp_servers.grantex.env]
GRANTEX_API_KEY = "<your GRANTEX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.grantex.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<your GRANTEX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grantex": {
"url": "https://api.grantex.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<your GRANTEX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"grantex": {
"type": "http",
"url": "https://api.grantex.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"grantex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<your GRANTEX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grantex": {
"serverUrl": "https://api.grantex.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<your GRANTEX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grantex": {
"url": "https://api.grantex.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<your GRANTEX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.mishrasanjeev%2Fgrantex)<a href="https://mcptoplist.com/server/io.github.mishrasanjeev%2Fgrantex"><img src="https://mcptoplist.com/badge/io.github.mishrasanjeev%2Fgrantex.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mishrasanjeev
Other servers by mishrasanjeev
View all mishrasanjeev servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.9 | Apr 8, 2026 |
| 0.1.7 | Apr 7, 2026 |
| 0.1.6 | Apr 6, 2026 |
Frequently asked questions
- Who maintains Grantex?
- Grantex is maintained by mishrasanjeev, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Grantex listed on the Official MCP Registry?
- Yes — Grantex is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Grantex have?
- MCP Toplist tracks 3 versions of Grantex, most recently published on Apr 8, 2026.
- Where can I find the source code for Grantex?
- The source code for Grantex is hosted at github.com/mishrasanjeev/grantex.