What is the io.veezee/reddit MCP server?
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
How to install io.veezee/reddit
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"reddit": {
"url": "https://mcp.veezee.io/reddit"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"reddit": {
"serverUrl": "https://mcp.veezee.io/reddit"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"reddit": {
"type": "http",
"url": "https://mcp.veezee.io/reddit"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.veezee.io/reddit"
]
}
}
}Claude Code
claude mcp add --transport http reddit https://mcp.veezee.io/redditRelated MCP servers
io.veezee/all
Active
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT
io.veezee/linkedin
Active
LinkedIn data for AI agents: search, profiles, companies, posts. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT
io.veezee/x-twitter
Active
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT