streamable-httpupdated 11mo ago
A Model Context Protocol (MCP) server that provides access to Reddit posts, comments, and interactions through your Reddable account.
BigVik193 reddit user mcp で何ができる?
Reddit User MCP Server
A Model Context Protocol (MCP) server that provides access to Reddit posts, comments, and interactions through your Reddable account.
Features
- ✅ Fetch user Reddit posts and comments
- ✅ Get comments for specific posts
- ✅ Hide Reddit comments
- ✅ Reply to comments and posts
- ✅ Secure API key authentication
- ✅ Built with TypeScript and Smithery
Installation
For Claude Desktop
Add this configuration to your MCP settings:
{
"mcpServers": {
"reddit-user": {
"command": "npx",
"args": ["-y", "@reddable/reddit-user-mcp"],
"env": {
"REDDABLE_API_KEY": "your_reddable_api_key_here"
}
}
}
}
Getting Your API Key
- Go to Reddable Dashboard
- Connect your Reddit account
- Scroll to "MCP Integration" section
- Copy your API key from the setup instructions
Available Tools
get_user_posts- Fetch Reddit posts from a userget_user_comments- Fetch Reddit comments from a userget_post_comments- Get all comments on a specific posthide_comment- Hide a Reddit comment from your viewreply_to_comment- Reply to a specific commentpost_comment- Post a new comment on a post
Development
npm install
npm run dev
This will start the development server with ngrok tunneling for testing.
Security
- Uses long-term API keys (no password exposure)
- All Reddit credentials stored securely in Reddable
- API requests proxied through Reddable servers
- No direct Reddit app credentials needed
Support
For issues or questions, visit Reddable Support.
インストール
BigVik193 reddit user mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http bigvik193-reddit-user-mcp https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcpcodex mcp add bigvik193-reddit-user-mcp --url https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp{
"mcpServers": {
"bigvik193-reddit-user-mcp": {
"url": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bigvik193-reddit-user-mcp": {
"type": "http",
"url": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bigvik193-reddit-user-mcp": {
"url": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bigvik193-reddit-user-mcp": {
"serverUrl": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 個のツール
BigVik193 reddit user mcp は接続したエージェントに 6 個のツールを提供します。
- get_user_posts
- Fetch Reddit posts from a user
- get_user_comments
- Fetch Reddit comments from a user
- get_post_comments
- Get all comments on a specific post
- hide_comment
- Hide a Reddit comment from your view
- reply_to_comment
- Reply to a specific comment
- post_comment
- Post a new comment on a post
スコア
55 / 100
及第
- ドキュメント22/25
- メンテナンス9/25
- 信頼性6/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 351 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2025年9月14日 |