Meridian MCP
Rank #44,747io.github.LuuOW/meridian-skills
Routes AI tasks to dynamic LLM-generated skills via an orbital classifier.
Meridian MCP is a Model Context Protocol (MCP) server published by LuuOW. It ranks #44,747 of 132,113 servers tracked on MCP Toplist. Meridian MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Apr 15, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 87,366 of 132,113 servers on MCP Toplist.
Use Meridian MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http meridian-skills https://ask-meridian.uk/api/mcpclaude mcp add meridian-skills -e "MERIDIAN_API_URL=<your MERIDIAN_API_URL>" -e "MERIDIAN_API_KEY=<your MERIDIAN_API_KEY>" -e "MERIDIAN_TIMEOUT_MS=<your MERIDIAN_TIMEOUT_MS>" -- npx -y meridian-skills-mcpReplace each placeholder with your own value before saving.
[mcp_servers.meridian-skills]
url = "https://ask-meridian.uk/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.meridian-skills]
command = "npx"
args = ["-y", "meridian-skills-mcp"]
[mcp_servers.meridian-skills.env]
MERIDIAN_API_URL = "<your MERIDIAN_API_URL>"
MERIDIAN_API_KEY = "<your MERIDIAN_API_KEY>"
MERIDIAN_TIMEOUT_MS = "<your MERIDIAN_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ask-meridian.uk/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<your MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<your MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<your MERIDIAN_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meridian-skills": {
"url": "https://ask-meridian.uk/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<your MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<your MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<your MERIDIAN_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meridian-skills": {
"type": "http",
"url": "https://ask-meridian.uk/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"meridian-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<your MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<your MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<your MERIDIAN_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meridian-skills": {
"serverUrl": "https://ask-meridian.uk/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<your MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<your MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<your MERIDIAN_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meridian-skills": {
"url": "https://ask-meridian.uk/api/mcp"
}
}
}{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<your MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<your MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<your MERIDIAN_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.LuuOW%2Fmeridian-skills)<a href="https://mcptoplist.com/server/io.github.LuuOW%2Fmeridian-skills"><img src="https://mcptoplist.com/badge/io.github.LuuOW%2Fmeridian-skills.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
LuuOW
Other servers by LuuOW
View all LuuOW servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | May 2, 2026 |
| 0.1.1 | Apr 15, 2026 |
| 0.1.0 | Apr 15, 2026 |
Frequently asked questions
- Who maintains Meridian MCP?
- Meridian MCP is maintained by LuuOW, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Meridian MCP listed on the Official MCP Registry?
- Yes — Meridian MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Meridian MCP have?
- MCP Toplist tracks 3 versions of Meridian MCP, most recently published on May 2, 2026.
- Where can I find the source code for Meridian MCP?
- The source code for Meridian MCP is hosted at github.com/LuuOW/meridian-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.