Abi To MCP
Rank #6,922io.github.nirholas/abi-to-mcp
MCP server providing abi-to-mcp capabilities
Abi To MCP is a Model Context Protocol (MCP) server published by nirholas. It ranks #6,922 of 115,460 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. Abi To MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 4, 2026 and most recently updated on Jan 6, 2026.
Ranks ahead of 108,538 of 115,460 servers on MCP Toplist.
Use Abi To MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add abi-to-mcp -e "WEB3_PROVIDER_URL=<your WEB3_PROVIDER_URL>" -e "ETHERSCAN_API_KEY=<your ETHERSCAN_API_KEY>" -e "PRIVATE_KEY=<your PRIVATE_KEY>" -- uvx abi-to-mcpReplace each placeholder with your own value before saving.
[mcp_servers.abi-to-mcp]
command = "uvx"
args = ["abi-to-mcp"]
[mcp_servers.abi-to-mcp.env]
WEB3_PROVIDER_URL = "<your WEB3_PROVIDER_URL>"
ETHERSCAN_API_KEY = "<your ETHERSCAN_API_KEY>"
PRIVATE_KEY = "<your PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abi-to-mcp": {
"command": "uvx",
"args": [
"abi-to-mcp"
],
"env": {
"WEB3_PROVIDER_URL": "<your WEB3_PROVIDER_URL>",
"ETHERSCAN_API_KEY": "<your ETHERSCAN_API_KEY>",
"PRIVATE_KEY": "<your PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abi-to-mcp": {
"command": "uvx",
"args": [
"abi-to-mcp"
],
"env": {
"WEB3_PROVIDER_URL": "<your WEB3_PROVIDER_URL>",
"ETHERSCAN_API_KEY": "<your ETHERSCAN_API_KEY>",
"PRIVATE_KEY": "<your PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"abi-to-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"abi-to-mcp"
],
"env": {
"WEB3_PROVIDER_URL": "<your WEB3_PROVIDER_URL>",
"ETHERSCAN_API_KEY": "<your ETHERSCAN_API_KEY>",
"PRIVATE_KEY": "<your PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abi-to-mcp": {
"command": "uvx",
"args": [
"abi-to-mcp"
],
"env": {
"WEB3_PROVIDER_URL": "<your WEB3_PROVIDER_URL>",
"ETHERSCAN_API_KEY": "<your ETHERSCAN_API_KEY>",
"PRIVATE_KEY": "<your PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abi-to-mcp": {
"command": "uvx",
"args": [
"abi-to-mcp"
],
"env": {
"WEB3_PROVIDER_URL": "<your WEB3_PROVIDER_URL>",
"ETHERSCAN_API_KEY": "<your ETHERSCAN_API_KEY>",
"PRIVATE_KEY": "<your PRIVATE_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.nirholas%2Fabi-to-mcp)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fabi-to-mcp"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fabi-to-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Claude Code Explorer MCP#887 · 2 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- three.ws Avatars & Agents#5,911 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Pumpfun Claims Bot#6,370 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.0-1 | Jan 6, 2026 |
| 0.1.0 | Jan 5, 2026 |
Frequently asked questions
- Who maintains Abi To MCP?
- Abi To MCP is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is Abi To MCP listed on the Official MCP Registry?
- Yes — Abi To MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Abi To MCP have?
- MCP Toplist tracks 2 versions of Abi To MCP, most recently published on Jan 6, 2026.
- Where can I find the source code for Abi To MCP?
- The source code for Abi To MCP is hosted at github.com/nirholas/ucai.