PlayFab MCP Server
@MCP-Mirror
About PlayFab MCP Server
Mirror of
Basic information
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments