Something Awful Forums Server
FreeNot checkedAn 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
About
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.
Installing Something Awful Forums Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/bphillab/somethingawful_forums_mcpFAQ
Is Something Awful Forums Server MCP free?
Yes, Something Awful Forums Server MCP is free — one-click install via Unyly at no cost.
Does Something Awful Forums Server need an API key?
No, Something Awful Forums Server runs without API keys or environment variables.
Is Something Awful Forums Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Something Awful Forums Server in Claude Desktop, Claude Code or Cursor?
Open Something Awful Forums Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Something Awful Forums Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
