What is the Voidly MCP server?
84 tools: open censorship observatory — incidents, forecasts, accessibility, agent messaging.
How to install Voidly
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voidly/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voidly/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voidly/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voidly/mcp-server"
]
}
}
}Claude Code
claude mcp add mcp-server -- npx -y @voidly/mcp-serverRelated MCP servers
USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.
View repository →