loading…
Search for a command to run...
loading…
Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive.
Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive.
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"prompeteer-prompeteer-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also