Obsd Launchpad
Rank #33,872io.github.lordbasilaiassistant-sudo/obsd-launchpad
MCP server providing obsd-launchpad capabilities
Obsd Launchpad is a Model Context Protocol (MCP) server published by thryxagi. It ranks #33,872 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Obsd Launchpad is listed on Official MCP, with 6 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 98,241 of 132,113 servers on MCP Toplist.
Use Obsd Launchpad
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add obsd-launchpad -e "DEPLOYER_PRIVATE_KEY=<your DEPLOYER_PRIVATE_KEY>" -e "RPC_URL=<your RPC_URL>" -- npx -y obsd-launchpad-mcpReplace each placeholder with your own value before saving.
[mcp_servers.obsd-launchpad]
command = "npx"
args = ["-y", "obsd-launchpad-mcp"]
[mcp_servers.obsd-launchpad.env]
DEPLOYER_PRIVATE_KEY = "<your DEPLOYER_PRIVATE_KEY>"
RPC_URL = "<your RPC_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<your RPC_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<your RPC_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"obsd-launchpad": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<your RPC_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<your RPC_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<your RPC_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.lordbasilaiassistant-sudo%2Fobsd-launchpad)<a href="https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fobsd-launchpad"><img src="https://mcptoplist.com/badge/io.github.lordbasilaiassistant-sudo%2Fobsd-launchpad.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
thryxagi
Available versions (6)
| Version | Published |
|---|---|
| 1.0.7 | Mar 7, 2026 |
| 1.0.5 | Mar 7, 2026 |
| 1.0.4 | Mar 7, 2026 |
| 1.0.3 | Mar 6, 2026 |
| 1.0.2 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Obsd Launchpad?
- Obsd Launchpad is maintained by thryxagi, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Obsd Launchpad listed on the Official MCP Registry?
- Yes — Obsd Launchpad is listed on the Official MCP Registry.
- How many versions does Obsd Launchpad have?
- MCP Toplist tracks 6 versions of Obsd Launchpad, most recently published on Mar 7, 2026.
- Where can I find the source code for Obsd Launchpad?
- The source code for Obsd Launchpad is hosted at github.com/thryxagi/obsd-launchpad.
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.