Arlet
Rank #60,957dev.arlet/mcp
Create, deploy, and operate MCP servers directly from your GitHub repositories.
Arlet is a Model Context Protocol (MCP) server published by NexaScience. It ranks #60,957 of 115,460 servers tracked on MCP Toplist. Arlet is listed on Official MCP, with 1 tracked version. It was first listed on Jul 23, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 54,503 of 115,460 servers on MCP Toplist.
Use Arlet
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http arlet https://mcp.arlet.dev/mcp[mcp_servers.arlet]
url = "https://mcp.arlet.dev/mcp"Add to ~/.codex/config.toml.
https://mcp.arlet.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"arlet": {
"url": "https://mcp.arlet.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"arlet": {
"type": "http",
"url": "https://mcp.arlet.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"arlet": {
"serverUrl": "https://mcp.arlet.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"arlet": {
"url": "https://mcp.arlet.dev/mcp"
}
}
}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/dev.arlet%2Fmcp)<a href="https://mcptoplist.com/server/dev.arlet%2Fmcp"><img src="https://mcptoplist.com/badge/dev.arlet%2Fmcp.svg" alt="MCP Toplist: #60,957 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
NexaScience
Other servers by NexaScience
View all NexaScience servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Arlet?
- Arlet is maintained by NexaScience, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Arlet listed on the Official MCP Registry?
- Yes — Arlet is listed on the Official MCP Registry.
- How many versions does Arlet have?
- MCP Toplist tracks 1 version of Arlet, most recently published on Jul 23, 2026.
- Where can I find the source code for Arlet?
- The source code for Arlet is hosted at github.com/NexaScience/arlet.