Something Awful Forums MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Something Awful Forums MCP ServerShow me unread threads in my user control panel."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Something Awful Forums MCP Server
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 pydantic2. 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"
}
}
}
}Related MCP server: X(Twitter) MCP Server
Available Tools
Tool | Description |
| Authenticate with SA using your credentials |
| Browse all forum categories and sub-forums |
| List threads in a specific forum, including unread counts and jump-to-unread links when available |
| Read posts from a thread (paginated) |
| Full-text search across all forums |
| Look up a user's profile |
| Browse your private message inbox/folders |
| Read a specific private message |
| 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-qualityAmaintenanceMCP Server for the Slack API, enabling Claude to interact with Slack workspaces.82,42389,405MIT
- AlicenseBqualityDmaintenanceAn MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.561MIT
- AlicenseAqualityDmaintenanceAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.619230MIT
- Flicense-qualityCmaintenanceAn MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send messages directly from the AI interface.2
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bphillab/somethingawful_forums_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server