spt-forge-mcp
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., "@spt-forge-mcpsearch mods for 'AllInOne' mod"
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.
spt-forge-mcp
MCP server for the SP-Tarkov Forge API. Exposes Forge endpoints as MCP tools over stdio, letting LLMs search mods, check updates, resolve dependencies, browse addons, and list SPT versions.
Setup
npm install
npm run buildClaude Code
Add to your MCP config (.claude/settings.json or global settings):
{
"mcpServers": {
"spt-forge": {
"command": "node",
"args": ["/path/to/spt-forge-mcp/dist/index.js"]
}
}
}Related MCP server: mcp-cli-catalog
Tools
Tool | Description |
| Full-text search and filter mods (name, category, SPT version, Fika compatibility) |
| Get full details for a mod by ID |
| Paginated version history with dependencies |
| Check for updates given installed mod versions and target SPT version |
| Recursive dependency tree with conflict detection |
| Search addons (supplemental mod content) |
| Get full addon details by ID |
| Paginated addon version history |
| Recursive addon dependency tree |
| List all mod categories |
| Get a single category by ID or slug |
| List SPT versions with mod counts |
| Forge API health check |
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
- Alicense-qualityDmaintenanceMCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)3MIT
- Alicense-qualityDmaintenanceAn MCP server that publishes CLI tools on your machine for discoverability by LLMs141MIT
- AlicenseAqualityCmaintenanceMCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.2944MIT
- Alicense-qualityDmaintenanceThe Forge Engine runtime: a thin, MIT-licensed proxy that connects any MCP client to Forge — the design spec AI coding agents read before building and report back to. Serves the full 54-tool surface; discovery works signed out, tool calls authenticate.175MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server exposing the Backtest360 engine API as tools for AI 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/cebarks/spt-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server