Prompt2Love

MCP sunucunuz olarak istem kütüphaneniz — kaydedilmiş istemlerinizi ve becerilerinizi doğrudan Claude Code, Cursor, ChatGPT ve Windsurf içinde arayıp çekin.

Dokümantasyon

The prompt2love MCP server lets AI clients read your prompt and skill library directly. Once connected, you can pull a prompt into ChatGPT, Claude, Cursor, or Claude Code without ever opening prompt2love.

What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that lets AI clients connect to external tools and data sources. prompt2love runs an MCP server that exposes your own library as a set of tools the client can call on your behalf.

Server URL

https://prompt2love.com/api/mcp

This is a remote HTTPS server. There is nothing to install and no local process to run.

Security: OAuth 2.1 + PKCE

The server is OAuth-protected. When you connect a client, you are sent to a prompt2love consent screen where you sign in and approve access. Authentication uses OAuth 2.1 with PKCE, so no API keys or passwords are ever copied into the client.

Access is scoped to your account. The client can only ever read the library tied to your login.

What the server exposes

Tools (ChatGPT convention):

  • search — search your library, returns a list of results
  • fetch — retrieve the full content of one item by ID

prompt2love tools:

  • list_my_prompts — list your prompts
  • get_prompt — get a prompt by ID or slug
  • search_my_prompts — search only your prompts
  • list_my_skills — list your skills
  • get_skill — get a skill by ID or slug

Primitive:

  • /prompt — a slash primitive to drop a prompt straight into the conversation

All tools are read-only. The server never edits or deletes anything in your library.

The key promise

Use your prompts inside your AI client — no tab-switching, no copy-paste. You ask, the client fetches.

Next steps

Pick your client and follow the connection guide: