Prompts.Chat MCP
Rank #7,874io.github.f/prompts.chat-mcp
MCP server providing prompts.chat-mcp capabilities
Prompts.Chat MCP is a Model Context Protocol (MCP) server published by f. It ranks #7,874 of 115,460 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. Prompts.Chat MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Dec 15, 2025 and most recently updated on Dec 17, 2025.
Ranks ahead of 107,586 of 115,460 servers on MCP Toplist.
Use Prompts.Chat MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http chat-mcp https://prompts.chat/api/mcpclaude mcp add chat-mcp -- npx -y @fkadev/prompts.chat-mcp[mcp_servers.chat-mcp]
url = "https://prompts.chat/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.chat-mcp]
command = "npx"
args = ["-y", "@fkadev/prompts.chat-mcp"]Add to ~/.codex/config.toml.
https://prompts.chat/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"chat-mcp": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chat-mcp": {
"url": "https://prompts.chat/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"chat-mcp": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chat-mcp": {
"type": "http",
"url": "https://prompts.chat/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"chat-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chat-mcp": {
"serverUrl": "https://prompts.chat/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chat-mcp": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chat-mcp": {
"url": "https://prompts.chat/api/mcp"
}
}
}{
"mcpServers": {
"chat-mcp": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}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.f%2Fprompts.chat-mcp)<a href="https://mcptoplist.com/server/io.github.f%2Fprompts.chat-mcp"><img src="https://mcptoplist.com/badge/io.github.f%2Fprompts.chat-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
f
Other servers by f
- Ahammedshaik#51
- Poke Gate#1,791 · 10 vers
- Swiss Army Knife for MCP Servers#2,049 · 5 vers
- MCP Startup Framework#10,635
- Weather MCP Server with GitHub OAuth & Location Management#24,624
Available versions (6)
| Version | Published |
|---|---|
| 1.0.9 | Dec 17, 2025 |
| 1.0.5 | Dec 15, 2025 |
| 1.0.4 | Dec 15, 2025 |
| 1.0.2 | Dec 15, 2025 |
| 1.0.1 | Dec 15, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Prompts.Chat MCP?
- Prompts.Chat MCP is maintained by f, which publishes 6 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Prompts.Chat MCP listed on the Official MCP Registry?
- Yes — Prompts.Chat MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Prompts.Chat MCP have?
- MCP Toplist tracks 6 versions of Prompts.Chat MCP, most recently published on Dec 17, 2025.
- Where can I find the source code for Prompts.Chat MCP?
- The source code for Prompts.Chat MCP is hosted at github.com/f/prompts.chat-mcp.