CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Prompeteer Mcp

prompeteer/prompeteer-mcp
5 toolsSTDIOregistry active
Summary

Connects to Prompeteer's hosted service to generate optimized prompts for 140+ AI platforms including ChatGPT, Claude, Midjourney, and Stable Diffusion. Exposes five tools: generate_prompt creates platform-specific prompts, score_prompt analyzes quality across 16 dimensions like linguistic quality and information density, and three PromptDrive operations let you save, list, and retrieve prompts from your personal library. Uses OAuth 2.1 authentication and runs over SSE or streamable HTTP rather than stdio. You'd reach for this when building agents or workflows that need to dynamically create high quality prompts for different platforms, or when you want programmatic access to your prompt library without switching contexts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
generate_promptGenerate an optimized AI prompt for any of 140+ platforms using THE SEED knowledge base. Supports text, image, video, audio, and code generation platforms.3 params

Generate an optimized AI prompt for any of 140+ platforms using THE SEED knowledge base. Supports text, image, video, audio, and code generation platforms.

Parameters* required
modelIdstring
Specific model variant (e.g., gpt-4o, claude-3.5-sonnet, gemini-2.0-flash). Optional.
platformIdstring
Target AI platform (e.g., claude, chatgpt, gemini, midjourney, dall-e, sora, elevenlabs, perplexity). Default: chatgpt
promptIdeastring
The idea or topic for the prompt you want to generate. Be specific about your goals, context, and desired output.
list_promptsList prompts from your PromptDrive vault. Returns saved prompts with titles, platforms, and creation dates.2 params

List prompts from your PromptDrive vault. Returns saved prompts with titles, platforms, and creation dates.

Parameters* required
limitnumber
Maximum number of prompts to return (1-50). Default: 10
searchstring
Optional search query to filter prompts by title or content
get_promptGet a specific prompt from your PromptDrive vault by its unique ID. Returns full content, metadata, and quality score.1 params

Get a specific prompt from your PromptDrive vault by its unique ID. Returns full content, metadata, and quality score.

Parameters* required
promptIdstring
The unique ID of the prompt to retrieve
score_promptGet a PromptIQ quality score for a prompt. Evaluates across 16 dimensions including clarity, specificity, context, and effectiveness.2 params

Get a PromptIQ quality score for a prompt. Evaluates across 16 dimensions including clarity, specificity, context, and effectiveness.

Parameters* required
promptstring
The prompt text to evaluate and score
platformIdstring
Target AI platform for context-aware scoring. Default: claude
save_to_promptdriveSave a prompt directly to your PromptDrive vault for later access. Supports titles, categories, tags, and platform targeting.6 params

Save a prompt directly to your PromptDrive vault for later access. Supports titles, categories, tags, and platform targeting.

Parameters* required
tagsarray
Optional tags for organization
titlestring
Title for the prompt
contentstring
The prompt content to save
categorystring
Category for the prompt (e.g., writing, coding, analysis)
platformIdstring
Target AI platform. Default: claude
descriptionstring
Optional description of the prompt

Prompeteer MCP Server

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.

Website MCP Transport Auth


Tools

ToolDescriptionType
generate_promptGenerate an optimized AI prompt for any of 140+ platformsWrite
list_promptsBrowse your PromptDrive library with search and filteringRead
get_promptRetrieve a specific saved prompt by IDRead
score_promptAnalyze prompt quality across 16 dimensionsRead
save_to_promptdriveSave a prompt to your PromptDrive libraryWrite

Quick Setup

Claude Desktop

Add to your claude_desktop_config.json (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "prompeteer": {
      "url": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Claude.ai (Web)

  1. Open Claude.ai
  2. Go to Settings > Connectors > Manage Connectors
  3. Click Add custom server
  4. Enter URL: https://prompeteer.ai/mcp
  5. Complete OAuth login

ChatGPT

  1. Open ChatGPT Settings > Developer Mode
  2. Click Add App
  3. Enter URL: https://prompeteer.ai/mcp
  4. Complete OAuth login

Cursor

Add to .cursor/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

VS Code / GitHub Copilot

Add to .vscode/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "prompeteer": {
      "serverUrl": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Cline / Continue / Other MCP Clients

Use these connection details in your client's MCP settings:

  • Server URL (SSE): https://prompeteer.ai/mcp/sse
  • Server URL (Streamable HTTP): https://prompeteer.ai/mcp
  • Authentication: OAuth 2.1 (automatic redirect)

Server Details

PropertyValue
Endpoint (SSE)https://prompeteer.ai/mcp/sse
Endpoint (Streamable HTTP)https://prompeteer.ai/mcp
AuthenticationOAuth 2.1 with PKCE
Authorization URLhttps://prompeteer.ai/oauth/authorize
Token URLhttps://prompeteer.ai/oauth/token
Discoveryhttps://prompeteer.ai/mcp/.well-known/oauth-authorization-server
Scopesmcp:read, mcp:write, mcp:generate
Rate Limit120 requests/minute
Session Limit20 per user

Features

  • 140+ Platform Support — Optimized prompt generation for ChatGPT, Claude, Gemini, Midjourney, DALL-E, Stable Diffusion, Suno, and 130+ more
  • 16-Dimension Quality Scoring — Linguistic quality, structural integrity, information density, platform optimization
  • PromptDrive — Personal prompt library with search, categorization, and auto-tagging
  • Multi-Modal — Text, image, video, audio, and code prompt generation
  • Multi-Lingual — 45+ language support
  • Interactive MCP Apps — Rich UI components rendered directly in compatible clients
  • Enterprise Security — OAuth 2.1 with PKCE, rate limiting, session management, audit logging

Pricing

See prompeteer.ai/pricing for current plans and pricing.

Supported Clients

Works with any MCP-compatible client including:

  • Claude Desktop / Claude.ai / Claude Code
  • ChatGPT (Developer Mode + Custom GPTs)
  • Cursor
  • VS Code / GitHub Copilot
  • Windsurf
  • Cline
  • Continue
  • Zed
  • goose (Block)
  • Amazon Q CLI
  • LM Studio
  • LobeChat

Links

  • Website: prompeteer.ai
  • MCP Documentation: prompeteer.ai/mcp
  • Privacy Policy: prompeteer.ai/privacy
  • Terms of Service: prompeteer.ai/terms
  • Support: info@prompeteer.com

License

MIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Design & Creative
Registryactive
Package@prompeteer.ai/mcp-server
TransportSTDIO
UpdatedMar 6, 2026
View on GitHub

Related Design & Creative MCP Servers

View all →
HTML to Figma — Design System

miapre/html-to-figma-design-system

Translate HTML prototypes into Figma using your design system's real components and tokens.
3
Illustrator Mcp Server

ie3jp/illustrator-mcp-server

Read, manipulate, and export Adobe Illustrator design data. 26 tools. macOS | Windows.
44
Godot

coding-solo/godot-mcp

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
3.7k
Unity Mcp

ivanmurzak/unity-mcp

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
3.1k
Excalidraw

yctimlin/mcp_excalidraw

Provides an Excalidraw canvas exposed via MCP for real-time diagramming and element CRUD from AI agents.
1.9k
Figma MCP Server

figma/mcp-server-guide

The Figma MCP server brings Figma design context directly into your AI workflow.
1.6k