Content
# wp-mcpy
## MCP Server Configuration for Claude for Desktop
This project provides a configuration that can be used as an MCP server in Claude for Desktop. Please place the configuration file at the following path:
```
code $env:AppData\Claude\claude_desktop_config.json
```
### Example of Configuration File Content
```json
{
"mcpServers": {
"wp-mcpy": {
"command": "uv",
"args": [
"--directory",
"C:/{{path_to_directory}}",
"run",
"wp-mcpy.py"
],
"env": {
"WORDPRESS_SITE_URL": "https://example.com",
"WORDPRESS_USERNAME": "{{your_username}}",
"WORDPRESS_PASSWORD": "{{your_application_password}}"
}
}
}
}
```
### Explanation of Configuration Items
- **`"command"`**: The name of the command to execute (specifying `python`).
- **`"args"`**: The arguments for the command.
- Specify the path to the project directory, followed by the name of the script to execute (`wp-mcpy.py`).
- **`"env"`**: Environment variables used to connect to the WordPress site.
- `WORDPRESS_SITE_URL`: The URL of the WordPress site.
- `WORDPRESS_USERNAME`: The username for accessing the WordPress API.
- `WORDPRESS_PASSWORD`: The password generated with `Application Passwords`.
### Applying the Configuration
By using this configuration, you can perform operations on WordPress directly from Claude for Desktop. Please adjust the configuration content appropriately to fit your environment.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.