lexicon-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lexicon-mcplist my playlists"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lexicon-mcp
TypeScript MCP server for the Lexicon DJ Local API — query and update your library from Cursor, Claude Desktop, or any MCP client.
API docs: developers/api
OpenAPI: api-docs.yaml
Requires Lexicon running with Settings → Integrations → Local API enabled (default http://localhost:48624).
Install
npx lexicon-mcpAfter npm link from a clone:
{
"mcpServers": {
"lexicon": {
"command": "lexicon-mcp"
}
}
}Local development:
{
"mcpServers": {
"lexicon": {
"command": "node",
"args": ["/absolute/path/to/lexicon-mcp/dist/bin/cli.js"]
}
}
}Run npm run build after pulling changes. Restart Cursor to reload MCP tools.
lexicon-mcp --help and lexicon-mcp -v work in a terminal; the bare command exits with a note (MCP uses stdio pipes).
Environment
Variable | Default | Purpose |
|
| API host |
|
| API port |
| — | Full base URL override |
| off | Set to |
Tools
Read (always on)
Tool | API |
| health + track count |
| GET |
| GET |
| GET |
| GET |
| filtered incoming backlog |
| composed stats |
| GET |
| GET |
| GET |
| GET |
Write (requires LEXICON_MCP_ALLOW_WRITES=1)
Tool | API |
| PATCH |
| POST |
| any |
Escape hatch
Tool | Notes |
| Full API — prefer this over deprecated |
| GET only (deprecated) |
Search filter examples
{ "tags": "irh" }
{ "tags": "!house" }
{ "tags": "~house, handbag" }
{ "artist": "Lady Gaga" }
{ "location": "*DJ-incoming*" }Control examples (writes enabled)
{ "action": "Incoming_SelectedDone" }
{ "action": "Application_Tags_AddShortcut", "parameters": { "amount": 1 } }Development
npm install
npm run build
npm test
npm link # optional global binPublish
npm login
npm publish --access publicLicense
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Turbotailz/lexicon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server