Prompeteer
Generate expert-level AI prompts for 140+ platforms, score quality with 16-dimension Prompt Score analysis, and manage prompts in PromptDrive library
Ads
Overview
Prompeteer is a remote MCP server that connects Claude, Cursor, Windsurf, and other AI tools directly to your Prompeteer account. Generate expert-level prompts for 140+ AI platforms, score quality with 16-dimension PromptIQ analysis, and manage your prompts in PromptDrive. - A Prompeteer account at https://prompeteer.ai - An API key from your Prompeteer Settings 1. Open Claude Desktop settings: Settings → Developer → Edit Config 2. Find the config file: - Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json 3. Add the following configuration (replace YOUR_API_KEY with your key from Settings):
Installation
npx mcp-remote https://prompeteer.ai/mcp/sse --header Authorization: Bearer YOUR_API_KEY
Configuration
{
"mcpServers": {
"prompeteer": {
"command": "npx",
"args": [
"mcp-remote",
"https://prompeteer.ai/mcp/sse",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Capabilities
- Generate platform-specific prompts
Ask the assistant to create an optimized prompt for any of 140+ AI platforms using `generate_prompt`.
- Analyze prompt quality
Score any prompt across 16 dimensions with `score_prompt` to identify strengths and improvement areas.
- Browse your saved prompts
List all prompts stored in your PromptDrive library with `list_prompts`.
- Retrieve a specific prompt
Fetch any previously saved prompt by name or ID using `get_prompt`.
- Save prompts to your library
Store generated or edited prompts directly into PromptDrive with `save_to_promptdrive`.
Tags
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.