Iteratools
Rank #43,542io.github.fredpsantos33/iteratools
MCP server providing iteratools capabilities
Iteratools is a Model Context Protocol (MCP) server published by fredpsantos33. It ranks #43,542 of 115,460 servers tracked on MCP Toplist. Iteratools is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 71,918 of 115,460 servers on MCP Toplist.
Use Iteratools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add iteratools -e "ITERATOOLS_API_KEY=<your ITERATOOLS_API_KEY>" -- npx -y iteratools-mcpReplace each placeholder with your own value before saving.
[mcp_servers.iteratools]
command = "npx"
args = ["-y", "iteratools-mcp"]
[mcp_servers.iteratools.env]
ITERATOOLS_API_KEY = "<your ITERATOOLS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
],
"env": {
"ITERATOOLS_API_KEY": "<your ITERATOOLS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
],
"env": {
"ITERATOOLS_API_KEY": "<your ITERATOOLS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"iteratools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
],
"env": {
"ITERATOOLS_API_KEY": "<your ITERATOOLS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
],
"env": {
"ITERATOOLS_API_KEY": "<your ITERATOOLS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
],
"env": {
"ITERATOOLS_API_KEY": "<your ITERATOOLS_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.fredpsantos33%2Fiteratools)<a href="https://mcptoplist.com/server/io.github.fredpsantos33%2Fiteratools"><img src="https://mcptoplist.com/badge/io.github.fredpsantos33%2Fiteratools.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
fredpsantos33
Other servers by fredpsantos33
View all fredpsantos33 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.5 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Iteratools?
- Iteratools is maintained by fredpsantos33, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Iteratools listed on the Official MCP Registry?
- Yes — Iteratools is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Iteratools have?
- MCP Toplist tracks 2 versions of Iteratools, most recently published on Mar 13, 2026.
- Where can I find the source code for Iteratools?
- The source code for Iteratools is hosted at github.com/fredpsantos33/iteratools-mcp.