Content
# TWSE MCP Server
### GitHub
```json
{
"mcpServers": {
"twsemcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/twse-mcp",
"twsemcp"
]
}
}
}
```
### Local
```json
{
"mcpServers": {
"twsemcp": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/<user>/workspace/twse-mcp",
"twsemcp"
]
}
}
}
```
Connection Info
You Might Also Like
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps