PlayFab MCP Server
@MCP-Mirror
关于 PlayFab MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"akiojin_playfab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@akiojin/playfab-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论