A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Prompeteer.ai MCP
Enterprise-grade MCP server for AI prompt engineering. Generate expert-level prompts for 140+ AI platforms, score prompt quality across 16 dimensions, and manage your prompts in PromptDrive.
| Tool | Description | Type |
|---|---|---|
generate_prompt | Generate an optimized AI prompt for any of 140+ platforms | Write |
list_prompts | Browse your PromptDrive library with search and filtering | Read |
get_prompt | Retrieve a specific saved prompt by ID | Read |
score_prompt | Analyze prompt quality across 16 dimensions | Read |
save_to_promptdrive | Save a prompt to your PromptDrive library | Write |
Add to your claude_desktop_config.json (Settings > Developer > Edit Config):
{
"mcpServers": {
"prompeteer": {
"url": "https://prompeteer.ai/mcp/sse",
"transport": "sse"
}
}
}
https://prompeteer.ai/mcphttps://prompeteer.ai/mcpAdd to .cursor/mcp.json:
{
"servers": {
"prompeteer": {
"type": "sse",
"url": "https://prompeteer.ai/mcp/sse"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"prompeteer": {
"type": "sse",
"url": "https://prompeteer.ai/mcp/sse"
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"prompeteer": {
"serverUrl": "https://prompeteer.ai/mcp/sse",
"transport": "sse"
}
}
}
Use these connection details in your client's MCP settings:
https://prompeteer.ai/mcp/ssehttps://prompeteer.ai/mcp| Property | Value |
|---|---|
| Endpoint (SSE) | https://prompeteer.ai/mcp/sse |
| Endpoint (Streamable HTTP) | https://prompeteer.ai/mcp |
| Authentication | OAuth 2.1 with PKCE |
| Authorization URL | https://prompeteer.ai/oauth/authorize |
| Token URL | https://prompeteer.ai/oauth/token |
| Discovery | https://prompeteer.ai/mcp/.well-known/oauth-authorization-server |
| Scopes | mcp:read, mcp:write, mcp:generate |
| Rate Limit | 120 requests/minute |
| Session Limit | 20 per user |
See prompeteer.ai/pricing for current plans and pricing.
Works with any MCP-compatible client including:
MIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc
0
via CLI