Soulcraft MCP
Rank #1,159com.soulcraftagency/soulcraft-mcp
MCP server providing soulcraft-mcp capabilities
Soulcraft MCP is a Model Context Protocol (MCP) server published by iamevandrake. It ranks #1,159 of 132,046 servers tracked on MCP Toplist, and its repository has 334 GitHub stars. Soulcraft MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on Mar 27, 2026.
Ranks ahead of 130,887 of 132,046 servers on MCP Toplist.
Use Soulcraft MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add soulcraft-mcp -e "SOUL_API_KEY=<your SOUL_API_KEY>" -- npx -y soulcraft-mcpReplace each placeholder with your own value before saving.
[mcp_servers.soulcraft-mcp]
command = "npx"
args = ["-y", "soulcraft-mcp"]
[mcp_servers.soulcraft-mcp.env]
SOUL_API_KEY = "<your SOUL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulcraft-mcp": {
"command": "npx",
"args": [
"-y",
"soulcraft-mcp"
],
"env": {
"SOUL_API_KEY": "<your SOUL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulcraft-mcp": {
"command": "npx",
"args": [
"-y",
"soulcraft-mcp"
],
"env": {
"SOUL_API_KEY": "<your SOUL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"soulcraft-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"soulcraft-mcp"
],
"env": {
"SOUL_API_KEY": "<your SOUL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulcraft-mcp": {
"command": "npx",
"args": [
"-y",
"soulcraft-mcp"
],
"env": {
"SOUL_API_KEY": "<your SOUL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulcraft-mcp": {
"command": "npx",
"args": [
"-y",
"soulcraft-mcp"
],
"env": {
"SOUL_API_KEY": "<your SOUL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.soulcraftagency%2Fsoulcraft-mcp)<a href="https://mcptoplist.com/server/com.soulcraftagency%2Fsoulcraft-mcp"><img src="https://mcptoplist.com/badge/com.soulcraftagency%2Fsoulcraft-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iamevandrake
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Soulcraft MCP?
- Soulcraft MCP is maintained by iamevandrake, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Soulcraft MCP listed on the Official MCP Registry?
- Yes — Soulcraft MCP is listed on the Official MCP Registry.
- How many versions does Soulcraft MCP have?
- MCP Toplist tracks 2 versions of Soulcraft MCP, most recently published on Mar 27, 2026.
- Where can I find the source code for Soulcraft MCP?
- The source code for Soulcraft MCP is hosted at github.com/iamevandrake/soulcraft-agents.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.