Tempmd MCP Server
Rank #59,118io.github.tempmd/mcp
Publish artifacts to one stable public temp.md link that updates in place. No account needed.
Tempmd MCP Server is a Model Context Protocol (MCP) server published by tempmd. It ranks #59,118 of 132,113 servers tracked on MCP Toplist. Tempmd MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 72,995 of 132,113 servers on MCP Toplist.
Use Tempmd MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tempmd https://api.temp.md/mcpclaude mcp add tempmd -e "TEMPMD_API_URL=<your TEMPMD_API_URL>" -- npx -y @tempmd/mcpReplace each placeholder with your own value before saving.
[mcp_servers.tempmd]
url = "https://api.temp.md/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tempmd]
command = "npx"
args = ["-y", "@tempmd/mcp"]
[mcp_servers.tempmd.env]
TEMPMD_API_URL = "<your TEMPMD_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.temp.md/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tempmd": {
"command": "npx",
"args": [
"-y",
"@tempmd/mcp"
],
"env": {
"TEMPMD_API_URL": "<your TEMPMD_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempmd": {
"url": "https://api.temp.md/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tempmd": {
"command": "npx",
"args": [
"-y",
"@tempmd/mcp"
],
"env": {
"TEMPMD_API_URL": "<your TEMPMD_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tempmd": {
"type": "http",
"url": "https://api.temp.md/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tempmd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tempmd/mcp"
],
"env": {
"TEMPMD_API_URL": "<your TEMPMD_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempmd": {
"serverUrl": "https://api.temp.md/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tempmd": {
"command": "npx",
"args": [
"-y",
"@tempmd/mcp"
],
"env": {
"TEMPMD_API_URL": "<your TEMPMD_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempmd": {
"url": "https://api.temp.md/mcp"
}
}
}{
"mcpServers": {
"tempmd": {
"command": "npx",
"args": [
"-y",
"@tempmd/mcp"
],
"env": {
"TEMPMD_API_URL": "<your TEMPMD_API_URL>"
}
}
}
}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.tempmd%2Fmcp)<a href="https://mcptoplist.com/server/io.github.tempmd%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.tempmd%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
tempmd
Available versions (2)
| Version | Published |
|---|---|
| 0.4.3 | Aug 27, 2026 |
| 0.4.2 | Aug 27, 2026 |
Frequently asked questions
- Who maintains Tempmd MCP Server?
- Tempmd MCP Server is maintained by tempmd, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Tempmd MCP Server listed on the Official MCP Registry?
- Yes — Tempmd MCP Server is listed on the Official MCP Registry.
- How many versions does Tempmd MCP Server have?
- MCP Toplist tracks 2 versions of Tempmd MCP Server, most recently published on Aug 27, 2026.
- Where can I find the source code for Tempmd MCP Server?
- The source code for Tempmd MCP Server is hosted at github.com/tempmd/tempmd-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.