Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Steam
gamepad-2

Steam MCP Server

Gaming platform

gaminglibraryachievements

About

## Steam MCP Server: Gaming Platform Integration The **Steam MCP Server** integrates the Steam gaming platform into Google Antigravity, enabling AI-assisted game library management, achievement tracking, and community features access. ### Why Steam MCP? - **Library Management**: Access and organize your Steam game library efficiently - **Achievement Tracking**: Monitor achievement progress across all games - **Friends Integration**: View friend activity, online status, and game sessions - **Store Features**: Track wishlist, sales, and new releases - **Workshop Support**: Access and manage Steam Workshop mods and content ### Key Features #### 1. Library Access ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my Steam library sorted by playtime and unplayed games" }] ) ``` #### 2. Achievement Progress ```python # Track achievements response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my achievement progress for games I am close to completing" }] ) ``` #### 3. Sales Tracking ```python # Monitor sales response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check if any games on my wishlist are currently on sale" }] ) ``` #### 4. Friend Activity ```python # View friends response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show which friends are online and what games they are playing" }] ) ``` ### Configuration ```json { "mcpServers": { "steam": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-steam"], "env": { "STEAM_API_KEY": "your-api-key", "STEAM_USER_ID": "your-steam-id" } } } } ``` ### Use Cases **Library Organization**: Manage and organize large game libraries efficiently. **Achievement Hunting**: Track and plan achievement completion across games. **Deal Alerts**: Monitor wishlist items for sales and discounts. **Social Gaming**: Coordinate gaming sessions with friends. The Steam MCP Server brings comprehensive gaming platform management into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "steam": {
      "mcpServers": {
        "steam": {
          "env": {
            "STEAM_API_KEY": "your-steam-api-key"
          },
          "args": [
            "-y",
            "steam-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Steam API key from steamcommunity.com/dev
  2. 2Configure environment variable
  3. 3Access game data

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers