Something Awful Forums Server
БесплатноНе проверенAn MCP server that connects to Something Awful Forums using your account credentials. It enables Claude to browse threads, read posts, search forums, look up us
Описание
An MCP server that connects to Something Awful Forums using your account credentials. It enables Claude to browse threads, read posts, search forums, look up users, and manage private messages.
README
An MCP server that connects to the Something Awful Forums using your account credentials. It lets Claude browse threads, read posts, search the forums, look up users, and manage your private messages.
Setup
1. Install dependencies
pip install mcp httpx beautifulsoup4 pydantic
2. Set credentials as environment variables
export SA_USERNAME="your_username"
export SA_PASSWORD="your_password"
3. Configure in Claude Code / Cowork
Add this to your MCP config (e.g. ~/.claude/claude_desktop_config.json or equivalent):
{
"mcpServers": {
"sa_forums": {
"command": "python3",
"args": ["/path/to/sa_mcp/server.py"],
"env": {
"SA_USERNAME": "your_username",
"SA_PASSWORD": "your_password"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
sa_login |
Authenticate with SA using your credentials |
sa_list_forums |
Browse all forum categories and sub-forums |
sa_list_threads |
List threads in a specific forum, including unread counts and jump-to-unread links when available |
sa_get_thread |
Read posts from a thread (paginated) |
sa_search |
Full-text search across all forums |
sa_get_user |
Look up a user's profile |
sa_list_pms |
Browse your private message inbox/folders |
sa_get_pm |
Read a specific private message |
sa_list_usercp_threads |
List threads in your user control panel, including unread counts and jump-to-unread links when available |
Usage
After connecting the MCP server, start a conversation with:
"Log in to SA and show me the forum list"
Claude will call sa_login first, then sa_list_forums — and you can go from there.
Notes
- SA doesn't have a public API, so this server parses HTML. If SA updates their layout significantly, some tools may need selector updates.
- Be respectful of SA's servers — don't use this to scrape at high volume.
- Credentials are passed via environment variables and never stored by the server.
Установка Something Awful Forums Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bphillab/somethingawful_forums_mcpFAQ
Something Awful Forums Server MCP бесплатный?
Да, Something Awful Forums Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Something Awful Forums Server?
Нет, Something Awful Forums Server работает без API-ключей и переменных окружения.
Something Awful Forums Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Something Awful Forums Server в Claude Desktop, Claude Code или Cursor?
Открой Something Awful Forums Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Something Awful Forums Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
