Clipboard Mcp Server

Created By
csabakecskemeti10 months ago
Clipboard MCP Server An MCP server that allows LLM models to save relevant output directly to your system clipboard for immediate use.
Overview

What is Clipboard MCP Server?

Clipboard MCP Server is a tool that allows LLM models to save relevant output directly to your system clipboard for immediate use, enhancing productivity and efficiency in coding and data retrieval.

How to use Clipboard MCP Server?

To use the Clipboard MCP Server, set it up by running the provided setup script, and configure your MCP client to connect to the server. Once running, you can interact with LLM models to receive outputs that are automatically saved to your clipboard.

Key features of Clipboard MCP Server?

  • Saves command snippets directly to your clipboard (e.g., npm install express).
  • Saves code snippets ready to paste into your editor.
  • Saves short answers like city names or specific values.
  • Provides a seamless integration with MCP-compatible tools.

Use cases of Clipboard MCP Server?

  1. Quickly installing packages with command snippets.
  2. Retrieving specific data like city names or numbers for immediate use.
  3. Enhancing coding efficiency by saving code snippets directly to the clipboard.

FAQ from Clipboard MCP Server?

  • What is the purpose of Clipboard MCP Server?

It allows LLM models to save useful outputs directly to your clipboard for quick access.

  • How do I set up the server?

You can set it up automatically using the provided setup script or manually by installing dependencies and running the server.

  • Can I use it with any MCP-compatible client?

Yes! The server works with any MCP-compatible client that supports SSE transport.

Server Config

{
  "mcpServers": {
    "clipboard": {
      "type": "sse",
      "url": "http://localhost:3001/sse"
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
csabakecskemeti
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago