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