Inistate MCP
Rank #12,471io.github.Inistate/inistate-mcp
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
Inistate MCP is a Model Context Protocol (MCP) server published by inistate. It ranks #12,471 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Inistate MCP is listed across 3 registries — Official MCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Apr 28, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 119,575 of 132,046 servers on MCP Toplist.
Use Inistate MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http inistate-mcp https://mcp.inistate.com/mcpclaude mcp add inistate-mcp -e "INISTATE_API_TOKEN=<your INISTATE_API_TOKEN>" -e "INISTATE_API_BASE=<your INISTATE_API_BASE>" -- npx -y inistate-mcpReplace each placeholder with your own value before saving.
[mcp_servers.inistate-mcp]
url = "https://mcp.inistate.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.inistate-mcp]
command = "npx"
args = ["-y", "inistate-mcp"]
[mcp_servers.inistate-mcp.env]
INISTATE_API_TOKEN = "<your INISTATE_API_TOKEN>"
INISTATE_API_BASE = "<your INISTATE_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.inistate.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"inistate-mcp": {
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "<your INISTATE_API_TOKEN>",
"INISTATE_API_BASE": "<your INISTATE_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inistate-mcp": {
"url": "https://mcp.inistate.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"inistate-mcp": {
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "<your INISTATE_API_TOKEN>",
"INISTATE_API_BASE": "<your INISTATE_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"inistate-mcp": {
"type": "http",
"url": "https://mcp.inistate.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"inistate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "<your INISTATE_API_TOKEN>",
"INISTATE_API_BASE": "<your INISTATE_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inistate-mcp": {
"serverUrl": "https://mcp.inistate.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inistate-mcp": {
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "<your INISTATE_API_TOKEN>",
"INISTATE_API_BASE": "<your INISTATE_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inistate-mcp": {
"url": "https://mcp.inistate.com/mcp"
}
}
}{
"mcpServers": {
"inistate-mcp": {
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "<your INISTATE_API_TOKEN>",
"INISTATE_API_BASE": "<your INISTATE_API_BASE>"
}
}
}
}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.Inistate%2Finistate-mcp)<a href="https://mcptoplist.com/server/io.github.Inistate%2Finistate-mcp"><img src="https://mcptoplist.com/badge/io.github.Inistate%2Finistate-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
inistate
Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | Jun 25, 2026 |
| 1.0.3 | May 27, 2026 |
| 1.0.2 | May 27, 2026 |
| 1.0.1 | Apr 28, 2026 |
Frequently asked questions
- Who maintains Inistate MCP?
- Inistate MCP is maintained by inistate, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Inistate MCP listed on the Official MCP Registry?
- Yes — Inistate MCP is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Inistate MCP have?
- MCP Toplist tracks 4 versions of Inistate MCP, most recently published on Jun 25, 2026.
- Where can I find the source code for Inistate MCP?
- The source code for Inistate MCP is hosted at github.com/inistate/inistate-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.