PlayFab MCP Server
@MCP-Mirror
About PlayFab MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"akiojin_playfab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@akiojin/playfab-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PlayFab MCP Server?
PlayFab MCP Server is a middleware that enables large language models (such as Claude and VS Code) to interact directly with PlayFab services. Acting as a secure translator, it connects AI assistants with PlayFab functionalities like item search, segment inquiries, player profile lookups, inventory management, and PlayFab ID conversion.
How to use PlayFab MCP Server?
Install via Smithery or manually with Node.js 14+. Obtain your PlayFab Title ID and Developer Secret Key, then create a .env file with those credentials. Run npm install, npm run build, and npm start to start the server on stdio. Configure your LLM client (e.g., Claude Desktop or Cursor) to point to the server using the appropriate MCP configuration entries.
Key features of PlayFab MCP Server
- Search items using PlayFab's
search_itemsAPI - Retrieve comprehensive segment information
- Query player profiles within specified segments
- Get current inventory items with
get_inventory_items - Fetch inventory collection IDs via
get_inventory_collection_ids - Convert a PlayFab ID to a Title Player Account ID
Use cases of PlayFab MCP Server
- Search for items in your PlayFab catalog through natural language prompts
- Retrieve player profiles within a specific player segment
- Look up a player's current inventory items
- Convert PlayFab IDs to Title Player Account IDs for cross-referencing
- Obtain inventory collection IDs for further queries
FAQ from PlayFab MCP Server
—
What are the prerequisites?
Node.js 14 or higher, a valid PlayFab account (Title ID and Developer Secret Key), and a supported LLM client like Claude Desktop.
How do I obtain my PlayFab credentials?
Your Title ID and Developer Secret Key can be obtained via the PlayFab Game Manager.
What transport does the server use?
The server runs on stdio, as shown by the startup message "PlayFab Server running on stdio".
How do I configure PlayFab MCP Server for Claude Desktop?
Open Claude Desktop, go to File → Settings → Developer → Edit Config, and add an entry under mcpServers with the server's path and your PlayFab environment variables.
How do I configure PlayFab MCP Server for Cursor?
Copy the mcp.json file from the repository into your Cursor project folder, update the values as needed, and launch Cursor. The server will appear in the tools list.
Frequently asked questions
What are the prerequisites?
Node.js 14 or higher, a valid PlayFab account (Title ID and Developer Secret Key), and a supported LLM client like Claude Desktop.
How do I obtain my PlayFab credentials?
Your Title ID and Developer Secret Key can be obtained via the PlayFab Game Manager.
What transport does the server use?
The server runs on stdio, as shown by the startup message "PlayFab Server running on stdio".
How do I configure PlayFab MCP Server for Claude Desktop?
Open Claude Desktop, go to File → Settings → Developer → Edit Config, and add an entry under `mcpServers` with the server's path and your PlayFab environment variables.
How do I configure PlayFab MCP Server for Cursor?
Copy the `mcp.json` file from the repository into your Cursor project folder, update the values as needed, and launch Cursor. The server will appear in the tools list.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments