Personal collection of MCP servers (SAP Concur, SuccessFactors, SharePoint, Highspot, Power BI, RFPIO, Dynatrace Heimdall). No secrets committed — runtime env-var + browser-login auth.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"se-mcp-servers": {
"command": "uvx",
"args": [
"se-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add se-mcp-servers uvx se-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"se-mcp-servers": {
"command": "uvx",
"args": [
"se-mcp-servers"
]
}
}
}
Or install with pip: pip install se-mcp-servers