An MCP server for interacting with Strapi CMS.
Project description
Strapi MCP Server
An MCP server for interacting with Strapi CMS.
Installation
You can install the server using pip:
pip install strapi-mcp-server
Configuration
Before using the server, you need to create a configuration file at ~/.mcp/strapi-mcp-server.config.json.
-
Create the directory:
mkdir -p ~/.mcp
-
Create the configuration file:
touch ~/.mcp/strapi-mcp-server.config.json -
Add your Strapi server details to the file. You can add multiple servers.
{ "prodserver": { "api_url": "https://your-strapi-instance.com", "api_key": "your-strapi-api-key" }, "localserver": { "api_url": "http://localhost:1337", "api_key": "your-local-api-key" } }
Usage
Once installed and configured, you can run the server from your terminal:
strapi-mcp-server
This will start the MCP server, and you can then interact with it using an MCP client.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mm_strapi_mcp-0.1.0.tar.gz.
File metadata
- Download URL: mm_strapi_mcp-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23a931ea6e0f81c64877327f8fc80670594c0d04d886807c04c3604b8409fdcb
|
|
| MD5 |
21c794a2fb870b1de744147c1c71d4aa
|
|
| BLAKE2b-256 |
99e80973633b73012d1998f9a26f5f4b0a1b620fe9ee2b9206cac6176fb58853
|
File details
Details for the file mm_strapi_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mm_strapi_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13d1406102c5c7b8148b87b3e06d8869162cbb5571b5542d04ec4672025b4ba1
|
|
| MD5 |
1d12f2dc15bcb0917ffde2996842b614
|
|
| BLAKE2b-256 |
6b4b086fe131bdb8921c2ead79f2178ff3df24d32d00da5402b8425cfbb36d6b
|