Model Control Protocol server for YOURLS URL shortening
Yourls mcp mcp server connects Yourls MCP to AI assistants that speak the Model Context Protocol. Model Control Protocol server for YOURLS URL shortening.
A Model Control Protocol (MCP) server for integrating YOURLS URL shortening with Claude Desktop.
YOURLS-MCP creates a bridge between Claude Desktop and your self-hosted YOURLS URL shortener instance. When configured, it allows Claude to automatically shorten URLs using your personal YOURLS installation.
Once connected, the assistant can call these 2 tools directly:
Installation — The Installation tool exposed by this serverConfiguration — Create a Claude Desktop configuration file that points to your YOURLS-MCP installation:Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: YOURLS_API_URL, YOURLS_AUTH_METHOD, YOURLS_SIGNATURE_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. Yourls MCP sits in that group, and the shape of its toolset — Installation, Configuration — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Installation | The Installation tool exposed by this server. |
| Configuration | Create a Claude Desktop configuration file that points to your YOURLS-MCP installation: |
| Variable | Description | Required |
|---|---|---|
| YOURLS_API_URL | Endpoint or connection string the server talks to. | Yes |
| YOURLS_AUTH_METHOD | Endpoint or connection string the server talks to. | Yes |
| YOURLS_SIGNATURE_TOKEN | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.