PromptOT
Rank #60,064com.promptot/mcp
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
PromptOT is a Model Context Protocol (MCP) server published by appdevexpert. It ranks #60,064 of 132,113 servers tracked on MCP Toplist. PromptOT is listed on Official MCP, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 72,049 of 132,113 servers on MCP Toplist.
Use PromptOT
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http promptot https://mcp.promptot.com/mcpclaude mcp add promptot -e "PROMPTOT_API_KEY=<your PROMPTOT_API_KEY>" -e "PROMPTOT_MCP_CLIENT=<your PROMPTOT_MCP_CLIENT>" -- npx -y @prompt-ot/mcpReplace each placeholder with your own value before saving.
[mcp_servers.promptot]
url = "https://mcp.promptot.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.promptot]
command = "npx"
args = ["-y", "@prompt-ot/mcp"]
[mcp_servers.promptot.env]
PROMPTOT_API_KEY = "<your PROMPTOT_API_KEY>"
PROMPTOT_MCP_CLIENT = "<your PROMPTOT_MCP_CLIENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.promptot.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"promptot": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "<your PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<your PROMPTOT_MCP_CLIENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"promptot": {
"url": "https://mcp.promptot.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"promptot": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "<your PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<your PROMPTOT_MCP_CLIENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"promptot": {
"type": "http",
"url": "https://mcp.promptot.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"promptot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "<your PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<your PROMPTOT_MCP_CLIENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"promptot": {
"serverUrl": "https://mcp.promptot.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"promptot": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "<your PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<your PROMPTOT_MCP_CLIENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"promptot": {
"url": "https://mcp.promptot.com/mcp"
}
}
}{
"mcpServers": {
"promptot": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "<your PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<your PROMPTOT_MCP_CLIENT>"
}
}
}
}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/com.promptot%2Fmcp)<a href="https://mcptoplist.com/server/com.promptot%2Fmcp"><img src="https://mcptoplist.com/badge/com.promptot%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
appdevexpert
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 12, 2026 |
Frequently asked questions
- Who maintains PromptOT?
- PromptOT is maintained by appdevexpert, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is PromptOT listed on the Official MCP Registry?
- Yes — PromptOT is listed on the Official MCP Registry.
- How many versions does PromptOT have?
- MCP Toplist tracks 1 version of PromptOT, most recently published on Apr 12, 2026.
- Where can I find the source code for PromptOT?
- The source code for PromptOT is hosted at github.com/appdevexpert/prompt-ot.
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.