Looply
Rank #1,486io.github.xie38388/looply
MCP server providing looply capabilities
Looply is a Model Context Protocol (MCP) server published by xie38388. It ranks #1,486 of 115,591 servers tracked on MCP Toplist, and its repository has 205 GitHub stars. Looply is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 114,105 of 115,591 servers on MCP Toplist.
Use Looply
claude mcp add looply -e "LOOPLY_API_KEY=<your LOOPLY_API_KEY>" -e "LOOPLY_BASE_URL=<your LOOPLY_BASE_URL>" -e "DATABASE_URL=<your DATABASE_URL>" -- npx -y looply-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.looply]
command = "npx"
args = ["-y", "looply-mcp-server"]
[mcp_servers.looply.env]
LOOPLY_API_KEY = "<your LOOPLY_API_KEY>"
LOOPLY_BASE_URL = "<your LOOPLY_BASE_URL>"
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<your LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<your LOOPLY_BASE_URL>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<your LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<your LOOPLY_BASE_URL>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"looply": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<your LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<your LOOPLY_BASE_URL>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<your LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<your LOOPLY_BASE_URL>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<your LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<your LOOPLY_BASE_URL>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}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.xie38388%2Flooply)<a href="https://mcptoplist.com/server/io.github.xie38388%2Flooply"><img src="https://mcptoplist.com/badge/io.github.xie38388%2Flooply.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
xie38388
Other servers by xie38388
View all xie38388 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Looply?
- Looply is maintained by xie38388, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Looply listed on the Official MCP Registry?
- Yes — Looply is listed on the Official MCP Registry.
- How many versions does Looply have?
- MCP Toplist tracks 2 versions of Looply, most recently published on Mar 9, 2026.
- Where can I find the source code for Looply?
- The source code for Looply is hosted at github.com/xie38388/looply-clone.