# 🔌 MCP Configuration Examples
This directory contains example configuration files for different MCP clients.
## Files
### `claude_desktop_config_example.json`
Configuration template for Claude Desktop application.
### `vscode_settings_example.json`
Configuration template for Visual Studio Code MCP extension.
## Usage
1. **Choose your client**: Select the appropriate configuration file for your MCP client
2. **Copy and customize**: Copy the example file and customize paths and tokens
3. **Place in correct location**: Move the configuration to the required location for your client
4. **Restart client**: Restart your MCP client to load the new configuration
## Configuration Locations
### Claude Desktop
- **macOS/Linux**: `~/.claude_desktop_config.json`
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
### Visual Studio Code
- **Workspace**: `.vscode/settings.json` (in your workspace root)
- **User Settings**: Global VS Code settings via Command Palette
## Important Notes
⚠️ **Replace placeholder values**:
- `/path/to/your/poeditor-mcp` → Your actual installation path
- `your_poeditor_token_here` → Your actual POEditor API token
✅ **Use absolute paths** for the `cwd` (current working directory) setting
🔄 **Restart required** after configuration changes
📖 See the [Installation Guide](docs/INSTALLATION.md) for detailed setup instructions.
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/r-pedraza/poeditor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server